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;
    }