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, 22 Aug 2008

view this page in

DOMElement::setAttributeNodeNS

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

DOMElement::setAttributeNodeNSAdds new attribute node to element

Descrição

DOMAttr DOMElement::setAttributeNodeNS ( DOMAttr $attr )

Adds new attribute node attr to element.

Parâmetros

name

The attribute node.

Valor Retornado

Returns the old node if the attribute has been replaced.

Erros

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, 22 Aug 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites