DOMElement::getAttributeNodeNS
(PHP 5)
DOMElement::getAttributeNodeNS —
Returns attribute node
Описание
DOMAttr DOMElement::getAttributeNodeNS
(
string $namespaceURI
,
string $localName
)
Список параметров
-
namespaceURI
-
The namespace URI.
-
localName
-
The local name.
Возвращаемые значения
The attribute node.