0
I need to solve the following problem with PHP: the user will upload a zip file containing hundreds (possibly thousands) of files. I must unzip these files into a certain directory and after that I must iterate over the name (need the name!) of each unzipped file to perform a set of operations on that file. Does anyone know any PHP tools for dealing with this type of problem?