看板 PHP 關於我們 聯絡資訊
請問目前我要從一個a資料夾裡的zip檔案壓然後放到b資料夾 $archive = new PclZip(/a/abc.zip); if ($archive->extract(PCLZIP_OPT_PATH, /b/) == 0) { die("Error : ".$archive->errorInfo(true)); exit; } 可以解壓,但是會出現解壓不完全的情況,不知道可能會是什麼原因。 有些檔案又可以完全解壓,請有遇過的大大幫忙解答一下。 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 61.62.69.1
Jerr:解壓縮時間超過 max_execution_time ? 04/08 13:03