yii\mongodb\file\StreamWrapper::stream_tell PHP Метод

stream_tell() публичный Метод

This method is called in response to fseek() to determine the current position.
См. также: fseek()
public stream_tell ( ) : integer
Результат integer Should return the current position of the stream.
    public function stream_tell()
    {
        return $this->pointerOffset;
    }