php-zip icon indicating copy to clipboard operation
php-zip copied to clipboard

add glob or regex filter for getListFiles()

Open AkramiPro opened this issue 3 years ago • 0 comments

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

AkramiPro avatar Jul 30 '21 01:07 AkramiPro