eZFile Class Reference
[Utility classes]

Tool class which has convencience functions for files and directories. More...

List of all members.


Public Methods

 eZFile ()

Static Public Methods

splitLines ($file)

Detailed Description

Tool class which has convencience functions for files and directories.

Definition at line ezfile.php.


Constructor & Destructor Documentation

eZFile::eZFile  
 

Constructor

Definition at line ezfile.php.


Member Function Documentation

& eZFile::splitLines   file [static]
 

Reads the whole contents of the file $file and splits it into lines which is collected into an array and returned. It will handle Unix (
), Windows (\r
) and Mac (\r) style newlines.

Note:
The newline character(s) are not present in the line string.

Definition at line ezfile.php.

Referenced by eZINI::parseFile().


The documentation for this class was generated from the following file:  

Exponential