yii\mongodb\file\StreamWrapper::stream_tell PHP Méthode

stream_tell() public méthode

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