(PHP 5, PHP 7)
DOMElement::getAttributeNode — 属性ノードを返す
$name
現在の要素の、name という名前の属性ノードを返します。
name
属性の名前。
属性ノードを返します。 Note that for XML namespace declarations (xmlns and xmlns:* attributes) an instance of DOMNameSpaceNode is returned instead of a DOMAttr.