DOMElement::removeAttributeNS
(PHP 5, PHP 7, PHP 8)
DOMElement::removeAttributeNS — Removes attribute
Beschreibung
$namespace, string $localName): void
Removes attribute localName in namespace namespace from the element.
Parameter-Liste
-
namespace -
The namespace URI.
-
localName -
The local name.
Rückgabewerte
Gibt bei Erfolg true zurück. Bei einem Fehler wird false zurückgegeben.
Fehler/Exceptions
-
DOM_NO_MODIFICATION_ALLOWED_ERR -
Raised if the node is readonly.
Siehe auch
- DOMElement::hasAttributeNS() - Checks to see if attribute exists
- DOMElement::getAttributeNS() - Returns value of attribute
- DOMElement::setAttributeNS() - Adds new attribute

