stream_read() public method
Reads from stream.
This method is called in response to fread()
and fgets()
.
See also \yii\mongodb\file\fread().
public string|false stream_read ( $count ) | ||
---|---|---|
$count | integer |
Count of bytes of data from the current position should be returned. |
return | string|false |
If there are less than count bytes available, return as many as are available. If no more data is available, return |
Please login to continue.