PHP Classes

File: test.php

Recommend this page to a friend!
  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: 18 years ago
Size: 101 bytes
 

Contents

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