phpexcel 處理大量資料時記憶體溢位

chyin1024發表於2018-01-11


方法1、擴大php預設分配記憶體

ini_set("memory_limit", "13312M");
set_time_limit(0);

方法2、使用快取

、、、、、

相關文章