pQuery\DomNode::isComment PHP 메소드

isComment() 공개 메소드

Find out if node is comment
public isComment ( ) : boolean
리턴 boolean
    function isComment()
    {
        return false;
    }
DomNode