(PHP 5, PHP 7)
DOMElement::removeAttributeNS — Removes attribute
$namespaceURI
, string $localName
) : bool
Removes attribute localName
in namespace namespaceURI
from the element.
namespaceURI
The namespace URI.
localName
The local name.
Returns TRUE
on success or FALSE
on failure.
DOM_NO_MODIFICATION_ALLOWED_ERR
Raised if the node is readonly.