使用PHP資料量太大遇到Allowed memory size of 134217728 bytes exhausted 問題
Temperature: 0 °C
在PHP程式的開頭加上以下這一行:
ini_set('memory_limit', '256M');
以上紀錄~ #故事 #PHP
https://innstory.com/story-使用PHP資料量太大遇到Allowed_memory_size_of_134217728_bytes_exhausted_問題-3069
PHP