DOMElement::getAttributeNodeNS

(PHP 5, PHP 7)

DOMElement::getAttributeNodeNS 属性ノードを返す

説明

public DOMElement::getAttributeNodeNS ( string $namespaceURI , string $localName ) : DOMAttr

現在のノードの、名前空間 namespaceURIにおける localName というローカル名の属性ノードを返します。

パラメータ

namespaceURI

名前空間 URI。

localName

ローカル名。

返り値

属性ノードを返します。 Note that for XML namespace declarations (xmlns and xmlns:* attributes) an instance of DOMNameSpaceNode is returned instead of a DOMAttr.

参考