SimplePie_XML_Declaration_Parser::has_data PHP 메소드

has_data() 공개 메소드

Check whether there is data beyond the pointer
public has_data ( ) : boolean
리턴 boolean true if there is further data, false if not
    function has_data()
    {
        return (bool) ($this->position < $this->data_length);
    }