Well, just wondering what versions of PHP are built into this class. And if they are built into all platforms (OS). I need an approach to searching through a zip file and placing files using file_put_contentsdifferent files paths inside webroot. In any case, I am familiar with how to do this with the ZipArchive class, but I wonder if using this class would be a good solution and MOST support if not ALL servers? I mean, I would prefer not to use a method that requires the server to install it. I am looking for a solution for this that will support at least MOST servers without having to set a class ...
Thank:)
Also, I would like to support open tar.gz and / or .tgz files if possible, but I don't think the ZipArchive class supports this, but maybe another built-in php class does ??
source
share