[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/libraries/domit/ -> php_file_utilities.php (summary)

(no description)

File Size: 50 lines (1 kb)
Included or required: 12 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

php_file_utilities:: (2 methods):
  getDataFromFile()
  putDataToFile()


Class: php_file_utilities  - X-Ref

getDataFromFile($filename, $readAttributes, $readSize = 8192)   X-Ref
Retrieves binary or text data from the specified file

param: string The file path
param: string The attributes for the read operation ('r' or 'rb' or 'rt')
return: mixed he text or binary data contained in the file

putDataToFile($fileName, &$data, $writeAttributes)   X-Ref
Writes the specified binary or text data to a file

param: string The file path
param: mixed The data to be written
param: string The attributes for the write operation ('w' or 'wb')



Generated: Wed Mar 28 15:54:07 2012 Cross-referenced by PHPXref 0.7.1