今天在手册上了解到。有个函数可以不限制脚本执行时间.看手册上:

set_time_limit(0);

The maximum execution time, in seconds. If set to zero, no time limit is imposed.                 impose 是“推行”的意思

相关文章: