Zipper
Zipper copied to clipboard
how to count files inside the zip file
I have a situation I want to get the total number file inside the zip folder. Is that possible in this package?
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