PHP Doku:: Adds new attribute node to element - domelement.setattributenodens.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzXML-ManipulationDocument Object ModelThe DOMElement classDOMElement::setAttributeNodeNS

Ein Service von Reinhard Neidl - Webprogrammierung.

The DOMElement class

<<DOMElement::setAttributeNode

DOMElement::setAttributeNS>>

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

attr

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


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)