API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
& php_file_utilities::getDataFromFile | ( | $ | filename, |
$ | readAttributes, | ||
$ | readSize = 8192 |
||
) |
Retrieves binary or text data from the specified file
string | The file path |
string | The attributes for the read operation ('r' or 'rb' or 'rt') |
Références $data, et $filename.
Référencé par DOMIT_cache::fromCache(), php_text_cache::fromFile(), xml_domit_rss_base_document::getTextFromFile(), DOMIT_Document::getTextFromFile(), et DOMIT_Lite_Document::getTextFromFile().
php_file_utilities::putDataToFile | ( | $ | fileName, |
&$ | data, | ||
$ | writeAttributes | ||
) |
Writes the specified binary or text data to a file
string | The file path |
mixed | The data to be written |
string | The attributes for the write operation ('w' or 'wb') |
Références $data.
Référencé par php_text_cache::fromURL(), DOMIT_DOMException::raiseException(), xml_domit_rss_exception::raiseException(), HTTPExceptions::raiseException(), DOMIT_Document::saveTextToFile(), DOMIT_Lite_Document::saveTextToFile(), et DOMIT_cache::toCache().