Login   Register  
PHP Classes
elePHPant
Icontem

File: test.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Daniel Horvath  >  The Zipa  >  test.php  >  Download  
File: test.php
Role: Example script
Content type: text/plain
Description: Usage example
Class: The Zipa
Extract files from a ZIP archive
Author: By
Last change:
Date: 2006-09-28 07:53
Size: 101 bytes
 

Contents

Class file image Download
<?PHP
include_once("zipa.class.php");
$z = new zipa;
$z->file "test.zip";
$z->extracta();
?>