PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

DOMElement::removeAttributeNS> <DOMElement::removeAttribute
Last updated: Fri, 03 Oct 2008

view this page in

DOMElement::removeAttributeNode

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

DOMElement::removeAttributeNodeEfface un attribut

Description

bool DOMElement::removeAttributeNode ( DOMAttr $oldnode )

Efface l'attribut oldnode de l'élément.

Liste de paramètres

oldnode

Le noeud de l'attribut.

Valeurs de retour

Cette fonction retourne TRUE en cas de succès, FALSE en cas d'échec.

Erreurs / Exceptions

DOM_NO_MODIFICATION_ALLOWED_ERR

Lancé si le noeud est en lecture seule.

DOM_NOT_FOUND_ERROR

Lancé si oldnode n'est pas un attribut de l'élément.



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

 
show source | credits | sitemap | contact | advertising | mirror sites