|
ZipArchive::addGlobAdd files from a directory by glob pattern Description
bool ZipArchive::addGlob
( string
$pattern
[, int $flags = 0
[, array $options = array()
]] )
Add files from a directory which match the glob
Parameters
Return Values
Returns ExamplesExample #1 ZipArchive::addGlob example Add all php scripts and text files from current working directory
<?php See Also
|