DOMElement::removeAttributeNode
(PHP 5, PHP 7, PHP 8)
DOMElement::removeAttributeNode — Remove atributo
Descrição
Remove o atributo attr
do elemento.
Parâmetros
attr
-
O nó do atributo.
Erros/Exceções
DOM_NO_MODIFICATION_ALLOWED_ERR
-
Gerado se o nó for somente leitura.
DOM_NOT_FOUND_ERR
-
Gerado se
attr
não for um atributo do elemento.
Veja Também
- DOMElement::hasAttribute() - Verifica se o atributo existe
- DOMElement::getAttributeNode() - Retorna o nó do atributo
- DOMElement::setAttributeNode() - Adiciona um novo nó de atributo ao elemento