pQuery\DomNode::attributeCount PHP 메소드

attributeCount() 공개 메소드

Number of attributes
public attributeCount ( ) : integer
리턴 integer
    function attributeCount()
    {
        return count($this->attributes);
    }
DomNode