pQuery\DomNode::attributeCount PHP Method

attributeCount() public method

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