|
ZipArchive::addPatternAdd files from a directory by PCRE pattern Description
bool ZipArchive::addPattern
( string
$pattern
[, string $path = "."
[, array $options = array()
]] )
Add files from a directory which match the regular expression Parameters
Return Values
Returns ExamplesExample #1 ZipArchive::addPattern example Add all php scripts and text files from current directory
<?php See Also
|