mongodb\file\StreamWrapper stream_tell()

stream_tell() public method

Retrieve the current position of a stream.

This method is called in response to fseek() to determine the current position.

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

public integer stream_tell ( )
return integer

Should return the current position of the stream.

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

Please login to continue.