DOMElement
PHP Manual

DOMElement::removeAttributeNS

(PHP 5, PHP 7)

DOMElement::removeAttributeNSRemoves attribute

Descrierea

public bool DOMElement::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 întoarse

Î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.

A se vedea și


DOMElement
PHP Manual