php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
addglob.php File Reference

Go to the source code of this file.

Variables

 $z = new ZipArchive
 
 $options
 
 $found = $z->addGlob("/home/pierre/cvs/gd/libgd/tests/*.png", 0, $options)
 

Variable Documentation

◆ $found

$found = $z->addGlob("/home/pierre/cvs/gd/libgd/tests/*.png", 0, $options)

Definition at line 11 of file addglob.php.

◆ $options

Initial value:
= array(
'remove_path' => '/home/francis/myimages',
'add_path' => 'images/',
)

Definition at line 7 of file addglob.php.

◆ $z

$z = new ZipArchive

Definition at line 3 of file addglob.php.