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