Zip是通用的,rar不通用用ZipArchive类就行了$zip = new ZipArchive();$filename = \"./test112.zip\";if ($zip->open($filename, ZIPARCHIVE::CREATE)!==TRUE) {? ? exit(\"cannot open \\n\");}$zip->addFromString(\"testfilephp.txt\" . time(), \"#1 This is a test string added as testfilephp.txt.\\n\");$zip->addFromString(\"testfilephp2.txt\" . time(), \"#2 This is a test string added as testfilephp2.txt.\\n\");$zip->addFile(\"../test/10_while_break_continue.avi\", uniqid().\".avi\");echo \"numfiles: \" . $zip->numFiles . \"\\n\";echo \"status:\" . $zip->status . \"\\n\";$zip->close();
原帖由 于 2008-6-11 14:53 发表 [i][/url]exec....... [/b]???指?。。。