php-zip
php-zip copied to clipboard
add glob or regex filter for getListFiles()
Description
it's very useful to get list of files by filter.
like glob pattern or regex filter.
Example
get list of all css files:
$zipFile->getListFiles('*.css')