DOMElement
PHP Manual

DOMElement::removeAttribute

(PHP 5)

DOMElement::removeAttributeRemoves attribute

Descrierea

public bool DOMElement::removeAttribute ( string $name )

Removes attribute named name from the element.

Parametri

name

The name of the attribute.

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.

Vedeți de asemenea


DOMElement
PHP Manual