Zend Framework
1.12
|
Public Member Functions | |
__construct ($sourceString) | |
Create a new MimeBodyString object. | |
read ($bytesRequested) | |
Read the next chunk of the string. | |
getSize () | |
The length of the string. | |
Protected Attributes | |
$_sourceString = '' | |
$_bytesRead = 0 | |
__construct | ( | $sourceString | ) |
Create a new MimeBodyString object.
string | $sourceString | The string we are wrapping. |
getSize | ( | ) |
The length of the string.
read | ( | $bytesRequested | ) |
Read the next chunk of the string.
integer | $bytesRequested | The size of the chunk that is to be read. |
|
protected |
|
protected |