Zipper icon indicating copy to clipboard operation
Zipper copied to clipboard

how to count files inside the zip file

Open Salman937 opened this issue 6 years ago • 1 comments

I have a situation I want to get the total number file inside the zip folder. Is that possible in this package?

Salman937 avatar Feb 21 '19 05:02 Salman937

You can loop over each file and count it, other possibility would be to add a count method and implement http://php.net/manual/en/ziparchive.count.php

Chumper avatar Mar 04 '19 08:03 Chumper