JStreamString::stream_read
Method to read a given number of bytes starting at the current position and moving to the end of the string defined by the current position plus the given number.
Signature
public function stream_read(integer
$count )
Parameters
-
$count
- Bytes of data from the current position should be returned.
Returns
- void