|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| __construct ($fileHandle) | |
| read ($bytesRequested) | |
Protected Attributes | |
| $_fileHandle = null | |
Definition at line 33 of file MimeFile.php.
| __construct | ( | $ | fileHandle | ) |
Create a new MimeFile object.
| string | $fileHandle | An open file handle to the file being read. |
Definition at line 49 of file MimeFile.php.
| read | ( | $ | bytesRequested | ) |
Read the next chunk of the file.
| integer | $bytesRequested | The size of the chunk that is to be read. |
Definition at line 61 of file MimeFile.php.
$_fileHandle = null [protected] |
Definition at line 41 of file MimeFile.php.