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

Go to the source code of this file.

Variables

 $z = new ZipArchive
 
 $options
 
 $found = $z->addPattern("/(\.png)$/i", "/home/pierre/cvs/gd/libgd/tests", $options)
 

Variable Documentation

◆ $found

$found = $z->addPattern("/(\.png)$/i", "/home/pierre/cvs/gd/libgd/tests", $options)

Definition at line 10 of file addpattern.php.

◆ $options

Initial value:
= array('remove_path' => '/home/pierre/cvs/gd/libgd/tests',
'add_path' => 'images/',
)

Definition at line 6 of file addpattern.php.

◆ $z

$z = new ZipArchive

Definition at line 2 of file addpattern.php.