(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.
Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.
DOM_NO_MODIFICATION_ALLOWED_ERR
Raised if the node is readonly.