DOMElement::hasAttribute

(PHP 5, PHP 7, PHP 8)

DOMElement::hasAttribute属性が存在するかどうかを調べる

説明

public DOMElement::hasAttribute(string $qualifiedName): bool

要素のメンバとして qualifiedName という名前の属性が 存在するかどうかを示します。

パラメータ

qualifiedName

要素名。

戻り値

成功した場合に true を、失敗した場合に false を返します。

参考

関連キーワード:  属性, DOMElement, 存在, hasAttribute, qualifiedName, hasAttributeNS, 要素, 参考, removeAttribute, 変更