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: Fri, 15 Aug 2008

view this page in

DOMElement::setAttributeNodeNS

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

DOMElement::setAttributeNodeNSAdds new attribute node to element

Description

DOMAttr DOMElement::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.

DOMElement::setAttributeNS> <DOMElement::setAttributeNode
Last updated: Fri, 15 Aug 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites