(PHP 5)
DOMElement::removeAttributeNS — Removes attribute
$namespaceURI
, string $localName
)
Removes attribute is namespace namespaceURI
named localName
from the element.
namespaceURI
The namespace URI.
localName
The local name.
Restituisce TRUE
in caso di successo, FALSE
in caso di fallimento.
DOM_NO_MODIFICATION_ALLOWED_ERR
Raised if the node is readonly.