DOMElement::removeAttributeNS
(PHP 5, PHP 7, PHP 8)
DOMElement::removeAttributeNS — Removes attribute
Description
Removes attribute localName in namespace namespace from the element.
Parameters
namespaceThe namespace URI.
localNameThe local name.
Return Values
No value is returned.
Errors/Exceptions
May throw a DOMException with the following error codes:
DOM_NO_MODIFICATION_ALLOWED_ERRRaised if the node is readonly.
See Also
- DOMElement::hasAttributeNS() - Checks to see if attribute exists
- DOMElement::getAttributeNS() - Returns value of attribute
- DOMElement::setAttributeNS() - Adds new attribute
↑ and ↓ to navigate • Enter to select • Esc to close • / to open