Zend Framework
1.12
|
Public Member Functions | |
__construct ($fileHandle) | |
Create a new MimeFile object. | |
read ($bytesRequested) | |
Read the next chunk of the file. | |
Protected Attributes | |
$_fileHandle = null | |
__construct | ( | $fileHandle | ) |
Create a new MimeFile object.
string | $fileHandle | An open file handle to the file being read. |
read | ( | $bytesRequested | ) |
Read the next chunk of the file.
integer | $bytesRequested | The size of the chunk that is to be read. |
|
protected |