Menu

Tree [86da61] master /
 History

HTTPS access


File Date Author Commit
 README.md 2016-07-03 Adi Pratama Adi Pratama [86da61] Update README.md
 extract-files.php 2016-07-03 Adi Pratama Adi Pratama [bd8224] Create extract-files.php

Read Me

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

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.