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. |
Please login to continue.