Ne-Lexa / php-zip

PhpZip is a php-library for extended work with ZIP-archives.
MIT License
493 stars 60 forks source link

add glob or regex filter for getListFiles() #79

Open AkramiPro opened 3 years ago

AkramiPro commented 3 years ago

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')