Php error :
Allowed memory size of 33554432 bytes exhausted (tried to allocate 43148176 bytes) in php
居然超出記憶體限制...
solution :
ini_set('memory_limit', '-1');
OR
ini_set('memory_limit', '128M');
若是避免讀取大檔案, 請使用 fopen() & fread(). 這function.
沒有留言:
張貼留言