Login   Register  
PHP Classes
elePHPant
Icontem

File: example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Md. Shahadat Hossain Khan Razon  >  Unzip  >  example.php  >  Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example Script
Class: Unzip
Extract the files of a ZIP archive
Author: By
Last change: add instruction into comment
Date: 2012-12-14 04:55
Size: 194 bytes
 

Contents

Class file image Download
<?php


include_once dirname(__FILE__).'/unzip.cls.php';
$zip=new UnZIP('smarty_enabled.zip'); # you can use any zip file
#$zip->setFlag4CNFBE(false);
$zip->extract();

var_dump($zip);