Loading...

使用PHP資料量太大遇到Allowed memory size of 134217728 bytes exhausted 問題

Temperature: 0 °C

Mark ChangMark Chang
author_tools

在PHP程式的開頭加上以下這一行:

ini_set('memory_limit', '256M');

以上紀錄~

#故事  #PHP  
https://innstory.com/story-使用PHP資料量太大遇到Allowed_memory_size_of_134217728_bytes_exhausted_問題-3069
PHP

Prev
 PHP使用arrayproduct函數求得陣列中的乘積

Next
javascript如何通過其_ID_設置選擇元素的選定選項