20 Usage: php ${_SERVER[
'PHP_SELF']} <path>
22 Displays a graphical tree
for the given <path>.
24 <path> The directory
for which to generate the tree graph.
31 if (!class_exists(
"DirectoryTreeIterator",
false)) require_once(
"directorytreeiterator.inc");
32 if (!class_exists(
"DirectoryGraphIterator",
false)) require_once(
"directorygraphiterator.inc");
A tree iterator that only shows directories.