修改 最大执行时间

//修改最大执行时间 blog

ini_set("max_execution_time", 120); // s 秒内存

 

//修改这次的最大运行内存 it

ini_set("memory_limit", 524288000); // Byte 512Mio