mongodb\file\StreamWrapper stream_read()

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 false.

doc_Yii
2016-10-30 17:08:33
Comments
Leave a Comment

Please login to continue.