Tale\Jade\Renderer\Adapter\Stream\Wrapper::stream_eof PHP Méthode

stream_eof() public méthode

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
Résultat boolean
    public function stream_eof()
    {
        return $this->position >= $this->length;
    }