Tale\Jade\Renderer\Adapter\Stream\Wrapper::stream_tell PHP 메소드

stream_tell() 공개 메소드

Returns the current position in our stream
public stream_tell ( ) : integer
리턴 integer
    public function stream_tell()
    {
        return $this->position;
    }