|
ZipArchive::addGlobAdd files from a directory by glob pattern Description
public arrayfalse ZipArchive::addGlob(string
$pattern , int $flags = 0, array $options = [])
Add files from a directory which match the glob
Parameters
Return Values
An array of added files on success or Changelog
ExamplesExample #1 ZipArchive::addGlob example Add all php scripts and text files from current working directory
See Also
|