PHP Classes

PHP Extract Zip File: List and extract Zip files to a selected directory

Recommend this page to a friend!

  Author Author  
Picture of Joko Prasetyo
Name: Joko Prasetyo <contact>
Classes: 4 packages by
Country: Indonesia Indonesia
Innovation award
Innovation award
Nominee: 2x


  Detailed description   Download Download .zip .tar.gz  
This package can list and extract Zip files to a selected directory.

It provides a Web page script that can show a form in the .zip files in the current server-side directory and the existing list of directories.

The script can extract the .zip file into the directory selected by the user.

Details

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


  Classes of Joko Prasetyo  >  PHP Extract Zip File  >  Download Download .zip .tar.gz  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: PHP Extract Zip File
Base name: extract-files
Description: List and extract Zip files to a selected directory
Version: -
PHP version: 5
License: GNU General Public License (GPL)
 
  Groups   Applications   Files Files  

  Groups  
Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image Files and Folders Listing, accessing and manipulating files and folders View top rated classes
Group folder image Compression Data compression and file archive manipulation View top rated classes
Group folder image Global Code made of global functions and variables View top rated classes


  Applications that use this package  
No pages of applications that use this class were specified.

Add link image If you know an application of this package, send a message to the author to add a link here.

  Files folder image Files  
File Role Description
Accessible without login Plain text file extract-files.php Example Example script
Accessible without login Plain text file README.md Doc. Documentation

Download Download all files: extract-files.tar.gz extract-files.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.
  Files folder image Files  
File Role Description
Accessible without login Plain text file extract-files.php Example Example script
Accessible without login Plain text file README.md Doc. Documentation

Download Download all files: extract-files.tar.gz extract-files.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.