SPL-StandardPHPLibrary
Variables
directorytree.php File Reference

Go to the source code of this file.

Variables

 $length = $argc > 3 ? $argv[3] : -1
 

Detailed Description

Program Directory tree example.

Author
Marcus Boerger
Date
2003 - 2005

Usage: php directorytree.php <path> [<start> [<count>]]

Simply specify the path to tree with parameter <path>.

Definition in file directorytree.php.

Variable Documentation

$length = $argc > 3 ? $argv[3] : -1

Definition at line 29 of file directorytree.php.

Referenced by SplFileObject\fwrite().