|
ZipArchive::addGlobAdd files from a directory by glob pattern Beschreibung
bool ZipArchive::addGlob
( string
$pattern
[, int $flags = 0
[, array $options = array()
]] )
Add files from a directory which match the glob
Parameter-Liste
Rückgabewerte
Gibt bei Erfolg BeispieleBeispiel #1 ZipArchive::addGlob example Add all php scripts and text files from current working directory
<?phpSiehe auch
|