(PHP 5, PHP 7)
Returns attribute node
public DOMAttr DOMElement::getAttributeNode ( string $name )
Returns the attribute node with name name
for the current element.
Parameters:
name
The name of the attribute.
Returns:
The attribute node.
See also:
Please login to continue.