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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.