mongodb\file\StreamWrapper stream_eof()

stream_eof() public method

Tests for end-of-file on a file pointer.

This method is called in response to feof().

See also \yii\mongodb\file\feof().

public boolean stream_eof ( )
return boolean

true if the read/write position is at the end of the stream and if no more data is available to be read, or false otherwise.

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

Please login to continue.