(PHP 5, PHP 7)
Removes attribute
public bool DOMElement::removeAttributeNode ( DOMAttr $oldnode )
Removes attribute oldnode
from the element.
Parameters:
oldnode
The attribute node.
Returns:
Returns TRUE
on success or FALSE
on failure.
Exception:
Raised if the node is readonly.
Raised if oldnode
is not an attribute of the element.
See also:
Please login to continue.