DOMNode->cloneNode
Description
object DOMNode->cloneNode ( [bool deep])Creates a copy of the node. The paramter deep indicates wether to copy all descedant nodes. This paramter is defaulted to FALSE.
| Zurück | Zum Anfang | Weiter |
| DOMNode->appendChild | Nach oben | DOMNode->hasAttributes |