DOMElement::removeAttributeNode
DOMElement::removeAttributeNode
(PHP 5, PHP 7)
DOMElement::removeAttributeNode — Removes attribute
Description
public bool DOMElement::removeAttributeNode ( DOMAttr $oldnode )
Removes attribute oldnode
from the element.
Parameters
-
oldnode
-
The attribute node.