JBuffer::stream_read
Read stream
Signature
public function stream_read(integer
$count )
Parameters
-
$count
- How many bytes of data from the current position should be returned.
Returns
- mixed
- The data from the stream up to the specified number of bytes (all data if
the total number of bytes in the stream is less than $count. Null if the stream is empty.