Go to the source code of this file.
Variables | |
| $dir = new RecursiveIteratorIterator($dir) | |
| $dir = new RecursiveDirectoryIterator($argv[2]) | |
| $phar = new Phar($argv[1], 0, 'newphar') | |
Create phar archive <archive> using entries from <directory> that optionally match <regex>.
Definition in file phar_from_dir.php.
| $dir = new RecursiveIteratorIterator($dir) |
Definition at line 34 of file phar_from_dir.php.
| $dir = new RecursiveDirectoryIterator($argv[2]) |
| $phar = new Phar($argv[1], 0, 'newphar') |
Definition at line 31 of file phar_from_dir.php.
1.5.2