DOMElement::removeAttributeNS
(PHP 5, PHP 7, PHP 8)
DOMElement::removeAttributeNS — Remove atributo
Descrição
Remove o atributo localName
no namespace namespace
do elemento.
Parâmetros
namespace
-
O URI do namespace.
localName
-
O nome local.
Valor Retornado
Nenhum valor é retornado.
Veja Também
- DOMElement::hasAttributeNS() - Verifica se o atributo existe
- DOMElement::getAttributeNS() - Retorna o valor do atributo
- DOMElement::setAttributeNS() - Adiciona um novo atributo