网络营销电子商务研究中心

网络营销电子商务研究中心 (https://www.0058.net/index.php)
-   代码交流 (https://www.0058.net/forumdisplay.php?f=16)
-   -   用PHP制作zip压缩程序 (https://www.0058.net/showthread.php?t=1819)

sunshine 2006-12-15 08:18 PM

用PHP制作zip压缩程序
 
$z = new PHPZip(); //新建立一个zip的类

  方法一:

$z -> Zip(, out1.zip); //添加当前目录和子目录下的所有档案


  方法二:

$files=array(1.txt,gb.txt);
$files[]=5.txt;
$z -> Zip($files, out2.zip); //添加文件列表


  方法三:

$z -> Zip(/usr/local/sext/, out3.zip); //添加指定目录


All times are GMT +8. The time now is 07:23 AM.

Powered by vBulletin Version 3.8.7
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.