16 Usage: php ${_SERVER[
'PHP_SELF']} <path>
18 Displays a graphical directory tree
for the given <path>.
20 <path> The directory
for which to generate the directory tree graph.
27 if (!class_exists(
"DirectoryTreeIterator",
false)) require_once(
"directorytreeiterator.inc");
Limited Iteration over another Iterator.
DirectoryIterator to generate ASCII graphic directory trees.