DOMElement::removeAttribute
属性を削除する
説明
public bool DOMElement::removeAttribute(string $qualifiedName
)
パラメータ
-
qualifiedName
-
属性の名前。
戻り値
成功した場合に true
を、失敗した場合に false
を返します。
エラー / 例外
-
DOM_NO_MODIFICATION_ALLOWED_ERR
-
ノードが読み込み専用の場合に発生します。
参考
- DOMElement::hasAttribute
- DOMElement::getAttribute
- DOMElement::setAttribute