Home
Name Modified Size InfoDownloads / Week
README.md 2016-07-04 457 Bytes
extract-files.php 2016-07-04 7.5 kB
Totals: 2 Items   7.9 kB 0

PHP Extract Files using PHP function ZipArchive.

If the directory there are some zip or gz file extension, you can select the file you want extracted into the specified directory.

You can edited at this line following:

        if (pathinfo($filename, PATHINFO_EXTENSION) === 'zip' || pathinfo($filename, PATHINFO_EXTENSION) === 'gz') {

All files and scripts under licenses ( GNU GPL v2 or later).

Source: README.md, updated 2016-07-04