DOMElement
PHP Manual

DOMElement::removeAttributeNode

(PHP 5)

DOMElement::removeAttributeNodeRemoves attribute

Descrizione

public bool DOMElement::removeAttributeNode ( DOMAttr $oldnode )

Removes attribute oldnode from the element.

Elenco dei parametri

oldnode

The attribute node.

Valori restituiti

Restituisce TRUE in caso di successo, FALSE in caso di fallimento.

Errori/Eccezioni

DOM_NO_MODIFICATION_ALLOWED_ERR

Raised if the node is readonly.

DOM_NOT_FOUND_ERROR

Raised if oldnode is not an attribute of the element.

Vedere anche:


DOMElement
PHP Manual