DOMElement::removeAttributeNode
Removes attribute
Description
public DOMAttrfalse DOMElement::removeAttributeNode(DOMAttr $attr)
Parameters
-
attr
-
The attribute node.
Return Values
Returns true on success or false on failure.
Errors/Exceptions
May throw a DOMException with the
following error codes:
-
DOM_NO_MODIFICATION_ALLOWED_ERR
-
Raised if the node is readonly.
-
DOM_NOT_FOUND_ERR
-
Raised if attr is not an attribute of the element.
See Also
- DOMElement::hasAttribute
- DOMElement::getAttributeNode
- DOMElement::setAttributeNode