|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| __construct ($sourceString) | |
| read ($bytesRequested) | |
| getSize () | |
Protected Attributes | |
| $_sourceString = '' | |
| $_bytesRead = 0 | |
Definition at line 33 of file MimeBodyString.php.
| __construct | ( | $ | sourceString | ) |
Create a new MimeBodyString object.
| string | $sourceString | The string we are wrapping. |
Definition at line 54 of file MimeBodyString.php.
| getSize | ( | ) |
The length of the string.
Definition at line 86 of file MimeBodyString.php.
| read | ( | $ | bytesRequested | ) |
Read the next chunk of the string.
| integer | $bytesRequested | The size of the chunk that is to be read. |
Definition at line 66 of file MimeBodyString.php.
$_bytesRead = 0 [protected] |
Definition at line 47 of file MimeBodyString.php.
$_sourceString = '' [protected] |
Definition at line 41 of file MimeBodyString.php.