Jackalope\BinaryStreamWrapper::stream_tell PHP 메소드

stream_tell() 공개 메소드

Make sure the stream is ready and specify the position in the stream.
public stream_tell ( )
    public function stream_tell()
    {
        $this->init_stream();
        return ftell($this->stream);
    }