| php-manual.net |
|
| Home | PHP Manual auf Deutsch | PHP Manual in English | PHP manuel le sur le français | Impressum |
DOMNode->insertBefore()(No version information available, might be only in CVS) DOMNode->insertBefore() — Adds a new child before a reference node BeschreibungDOMNode
DOMNode insertBefore
( DOMNode $newnode
[, DOMNode $refnode
] )
This function inserts a new node right before the reference node. If you plan to do further modifications on the appended child you must use the returned node. Parameter Liste
RückgabewerteThe inserted node. Fehler/Exceptions
|