DOMElement::getAttribute

(PHP 5, PHP 7, PHP 8)

DOMElement::getAttribute属性の値を返す

説明

public DOMElement::getAttribute(string $qualifiedName): string

現在のノードから、名前が qualifiedName である属性の値を取得します。

パラメータ

qualifiedName

属性の名前。

戻り値

属性の値、あるいは qualifiedName に対応する属性が 見つからなかった場合には空の文字列を返します。

参考

関連キーワード:  属性, DOMElement, , qualifiedName, getAttribute, string, 名前, hasAttribute, removeAttribute, 変更