|
SPL-StandardPHPLibrary
|
Go to the source code of this file.
Variables | |
| $dir = new RecursiveDirectoryIterator($argv[2]) | |
| if($argc< 3) | $phar = new Phar($argv[1], 0, 'newphar') |
Create phar archive from directory.
Usage: php phar_create_from_dir.php <archive> <directory> [<regex>]
Create phar archive <archive> using entries from <directory> that optionally match <regex>.
Definition in file phar_from_dir.php.
| $dir = new RecursiveDirectoryIterator($argv[2]) |
Definition at line 33 of file phar_from_dir.php.
Referenced by __autoload(), and __load_class().
| if ($argc< 3) $phar = new Phar($argv[1], 0, 'newphar') |
Definition at line 31 of file phar_from_dir.php.
1.8.5