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