PHP Extract Files using PHP ZipArchive Code
PHP Extract Files using PHP function ZipArchive
Brought to you by:
pratama2905
File | Date | Author | Commit |
---|---|---|---|
README.md | 2016-07-03 |
![]() |
[86da61] Update README.md |
extract-files.php | 2016-07-03 |
![]() |
[bd8224] Create extract-files.php |
if (pathinfo($filename, PATHINFO_EXTENSION) === 'zip' || pathinfo($filename, PATHINFO_EXTENSION) === 'gz') {
All files and scripts under licenses ( GNU GPL v2 or later).