(PHP 5, PHP 7)
DOMElement::getAttributeNodeNS — Returns attribute node
$namespaceURI
$localName
Returns the attribute node in namespace namespaceURI with local name localName for the current node.
namespaceURI
localName
The namespace URI.
The local name.
The attribute node.