php压缩下载文件处理


 

来源: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

你可能感兴趣的:(PHP,压缩,复制,休闲,不能复制)