DOMElement::removeAttributeNS
(PHP 5)
DOMElement::removeAttributeNS — Removes attribute
Beschreibung
public bool DOMElement::removeAttributeNS
( string
$namespaceURI
, string $localName
)
Removes attribute is namespace namespaceURI
named localName from the element.
Parameter-Liste
-
namespaceURI -
The namespace URI.
-
localName -
The local name.
Rückgabewerte
Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.
Fehler/Exceptions
-
DOM_NO_MODIFICATION_ALLOWED_ERR -
Raised if the node is readonly.
Siehe auch
- DOMElement::hasAttributeNS() - Checks to see if attribute exists
- DOMElement::getAttributeNS() - Returns value of attribute
- DOMElement::setAttributeNS() - Adds new attribute