来源:http://phpclasses.dev.skypp.com/browse/package/2322.html
类文件:createZip.inc.php
<?php
/**
* Class to dynamically create a zip file (archive)
*
* @author Rochak Chauhan
*/
class createZip {
public $compressedData = array();
public $centralDirectory = array(); // central directory
public $endOfCentralDirectory = "PK