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

stream_eof() 공개 메소드

Returns true, if the stream is at the end of data or false, if there's still PHTML left to read
public stream_eof ( ) : boolean
리턴 boolean
    public function stream_eof()
    {
        return $this->position >= $this->length;
    }