readString() protected method
Reads a string.
protected string readString ( $fileHandle, $length, $offset = null ) | ||
---|---|---|
$fileHandle | resource |
File handle |
$length | integer |
Of the string |
$offset | integer |
Of the string in the file. If null, it reads from the current position. |
return | string |
The result |
Please login to continue.