DOMElement::getAttributeNode
(PHP 5, PHP 7, PHP 8)
DOMElement::getAttributeNode — 属性ノードを返す
説明
現在の要素の、qualifiedName
という名前の属性ノードを返します。
パラメータ
qualifiedName
-
属性の名前。
戻り値
属性ノードを返します。
XML の名前空間宣言
(xmlns
や xmlns:*
属性) については、
DOMAttr オブジェクトではなく、
DOMNameSpaceNode が返されることに注意してください。
参考
- DOMElement::hasAttribute() - 属性が存在するかどうかを調べる
- DOMElement::setAttributeNode() - 新しい属性ノードを要素に追加する
- DOMElement::removeAttributeNode() - 属性を削除する
+add a note
User Contributed Notes 1 note
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google