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

search for in the

DOMElement->setAttributeNS()> <DOMElement->setAttributeNode()
Last updated: Sun, 25 Nov 2007

view this page in

DOMElement->setAttributeNodeNS()

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

DOMElement->setAttributeNodeNS() — Adds new attribute node to element

Description

DOMElement
DOMAttr setAttributeNodeNS ( DOMAttr $attr )

Adds new attribute node attr to element.

Parameters

name

The attribute node.

Return Values

Returns the old node if the attribute has been replaced.

Errors/Exceptions

DOM_NO_MODIFICATION_ALLOWED_ERR

Raised if the node is readonly.



add a note add a note User Contributed Notes
DOMElement->setAttributeNodeNS()
There are no user contributed notes for this page.

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