(PHP 5, PHP 7)
DOMElement::removeAttributeNS — Removes attribute
$namespaceURI
, string $localName
) : bool
Removes attribute localName in namespace namespaceURI from the element.
namespaceURIThe namespace URI.
localNameThe local name.
Întoarce valoarea TRUE în cazul
succesului sau FALSE în cazul eșecului.
DOM_NO_MODIFICATION_ALLOWED_ERRRaised if the node is readonly.