Welcome

首页 / 网页编程 / PHP / PHP大批量数据操作时临时调整内存与执行时间的方法

复制代码 代码如下:
ini_set("memory_limit", "250M"); //内存限制
set_time_limit(0); //