DOMElement::getAttributeNode

(PHP 5, PHP 7)

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

説明

public DOMElement::getAttributeNode ( string $name ) : DOMAttr

現在の要素の、name という名前の属性ノードを返します。

パラメータ

name

属性の名前。

返り値

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

参考