Public Member Functions | |
__construct ($fileName) | |
| |
__destruct () | |
isEof () | |
markSupported () | |
mark () | |
| |
reset () | |
| |
close () | |
| |
read ($length) | |
Static Public Member Functions | |
static | create ($fileName) |
| |
Private Attributes | |
$fd = null |
Definition at line 16 of file FileReader.class.php.
FileReader::__construct | ( | $ | fileName | ) |
FileReader::__destruct | ( | ) |
Definition at line 43 of file FileReader.class.php.
References close().
static FileReader::create | ( | $ | fileName | ) | [static] |
FileReader::isEof | ( | ) |
FileReader::markSupported | ( | ) |
FileReader::mark | ( | ) |
Reimplemented from Reader.
Definition at line 65 of file FileReader.class.php.
Referenced by reset().
FileReader::reset | ( | ) |
Reimplemented from Reader.
Definition at line 75 of file FileReader.class.php.
References mark().
FileReader::close | ( | ) |
Reimplemented from Reader.
Definition at line 88 of file FileReader.class.php.
Referenced by __destruct().
FileReader::read | ( | $ | length | ) |
FileReader::$fd = null [private] |
Definition at line 18 of file FileReader.class.php.