php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
addglob.php
Go to the documentation of this file.
1<?php
2
4$z->open('a.zip', ZIPARCHIVE::CREATE);
5
6/* or 'remove_all_path' => 0*/
7$options = array(
8 'remove_path' => '/home/francis/myimages',
9 'add_path' => 'images/',
10);
11$found = $z->addGlob("/home/pierre/cvs/gd/libgd/tests/*.png", 0, $options);
13$z->close();
$found
Definition addglob.php:11
$z
Definition addglob.php:3
var_dump(mixed $value, mixed ... $values)
if(PHP_SAPI !='cli') if($argc< 1) $options
Definition ext_skel.php:376