Forum und email

DOMElement->removeAttributeNS()

(No version information available, might be only in CVS)

DOMElement->removeAttributeNS() — Removes attribute

Descrierea

DOMElement
bool removeAttributeNS ( string $namespaceURI , string $localName )

Removes attribute is namespace namespaceURI named localName from the element.

Parametri

namespaceURI

The namespace URI.

localName

The local name.

Valorile întroarse

Întoarce valoarea TRUE în cazul succesului sau FALSE în cazul eşecului.

Erori/Excepţii

DOM_NO_MODIFICATION_ALLOWED_ERR

Raised if the node is readonly.