PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Joko Prasetyo   PHP Extract Zip File   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PHP Extract Zip File
List and extract Zip files to a selected directory
Author: By
Last change:
Date: 1 year ago
Size: 457 bytes
 

Contents

Class file image Download

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).