PHP大批量数据操作时临时调整内存与执行时间的方法
author:一佰互联 2019-04-30   click:183
复制代码 代码如下:
ini_set("memory_limit", "250M"); //内存限制
set_time_limit(0); //