PHP Manual: DomElement->get_attribute_node()
DomElement->get_attribute_node()
(no version information, might be only in CVS)
DomElement->get_attribute_node() -- Returns the node of the given attributeDescription
class DomElement {DomAttribute get_attribute_node ( string name )
}
Returns the node of the given attribute in the current element.
Return Values
Returns the node of the attribute as a DomAttribute
or FALSE if no attribute with the given name is
found.