XML_Tree::clone
XML_Tree::clone – copy tree
Synopsis
require_once "XML/Tree.php";
object XML_Tree XML_Tree::clone (
)
Description
Get a copy of this tree instance.
Return value
object XML_Tree
-
the copied object
Note
This function can not be called
statically.