|
ZipArchive::addPatternAdd files from a directory by PCRE pattern Beschreibung
bool ZipArchive::addPattern
( string
$pattern
[, string $path = "."
[, array $options = array()
]] )
Add files from a directory which match the regular expression Parameter-Liste
Rückgabewerte
Gibt bei Erfolg BeispieleBeispiel #1 ZipArchive::addPattern example Add all php scripts and text files from current directory
<?phpSiehe auch
|