2012年10月18日
摘要: 今天有人问题,如果动态处理脚本执行超时,貌似第一想到的是修改php.ini 的max_execution_time但是如果要动态的处理每个脚本,或者每一类脚本的执行时间,php有一个动态修改执行时间的函数 voidset_time_limit(int$seconds)Set the number of seconds a script is allowed to run. If this is reached, the script returns a fatal error. The default limit is 30 seconds or, if it exists, themax_e 阅读全文
posted @ 2012-10-18 19:05 charles小白 阅读(498) 评论(0) 推荐(0)