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

search for in the

DOMElement::setAttributeNS> <DOMElement::setAttributeNode
Last updated: Fri, 30 Oct 2009

view this page in

DOMElement::setAttributeNodeNS

(PHP 5)

DOMElement::setAttributeNodeNSAdds new attribute node to element

Beschreibung

DOMAttr DOMElement::setAttributeNodeNS ( DOMAttr $attr )

Adds new attribute node attr to element.

Parameter-Liste

name

The attribute node.

Rückgabewerte

Returns the old node if the attribute has been replaced.

Fehler/Exceptions

DOM_NO_MODIFICATION_ALLOWED_ERR

Raised if the node is readonly.

Siehe auch



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

DOMElement::setAttributeNS> <DOMElement::setAttributeNode
Last updated: Fri, 30 Oct 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites