DOMElement::setAttributeNodeNS

(PHP 5)

DOMElement::setAttributeNodeNSAdds new attribute node to element

Beskrivelse

DOMAttr DOMElement::setAttributeNodeNS ( DOMAttr $attr )

Adds new attribute node attr to element.

Parametre

attr

The attribute node.

Returnerings Værdier

Returns the old node if the attribute has been replaced.

Fejl/Undtagelser

DOM_NO_MODIFICATION_ALLOWED_ERR

Raised if the node is readonly.

Se også

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top