XML_Tree::&get
XML_Tree::&get – get XML tree.
Synopsis
require_once "XML/Tree.php";
string XML_Tree::&get (
)
Description
Get text representation of XML tree.
Return value
string
- XML document
Note
This function can not be called statically.