suche nach in der

DOMElement::setAttribute> <DOMElement::removeAttributeNode
Last updated: Fri, 18 May 2012

view this page in

DOMElement::removeAttributeNS

(PHP 5)

DOMElement::removeAttributeNSRemoves attribute

Beschreibung

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



add a note add a note User Contributed Notes
DOMElement::removeAttributeNS
There are no user contributed notes for this page.

DOMElement::setAttribute> <DOMElement::removeAttributeNode
Last updated: Fri, 18 May 2012