1、在php.ini里面设置. max_execution_time = 120; · 2、通过PHP的ini_set函数设置. ini_set("max_execution_time", "120"); · 3、通过set_time_limit 函数 ...
確定! 回上一頁