今天在手册上了解到。有个函数可以不限制脚本执行时间.看手册上:
set_time_limit(0);
The maximum execution time, in seconds. If set to zero, no time limit is imposed. impose 是“推行”的意思
2021-09-12 02:44:04
今天在手册上了解到。有个函数可以不限制脚本执行时间.看手册上:
set_time_limit(0);
The maximum execution time, in seconds. If set to zero, no time limit is imposed. impose 是“推行”的意思
下一篇:php中未定义的变量使用技巧