| php-manual.net |
|
| Home | PHP Manual auf Deutsch | PHP Manual in English | PHP manuel le sur le français | Impressum |
DOMNode->replaceChild()(No version information available, might be only in CVS) DOMNode->replaceChild() — Replaces a child BeschreibungDOMNode
DOMNode replaceChild
( DOMNode $newnode
, DOMNode $oldnode
)
This function replaces the child oldnode with the passed new node. If the new node is already a child it will not be added a second time. If the replacement succeeds the old node is returned. Parameter Liste
RückgabewerteThe old node or FALSE if an error occur. Fehler/Exceptions
|