PHP Classes

File: example.php

Recommend this page to a friend!
  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: 12 years ago
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);