yii\mongodb\file\StreamWrapper::stream_tell PHP Method

stream_tell() public method

This method is called in response to fseek() to determine the current position.
See also: fseek()
public stream_tell ( ) : integer
return integer Should return the current position of the stream.
    public function stream_tell()
    {
        return $this->pointerOffset;
    }