php修改最大时间 10 / Jan / 2022 PM Note 176 修改php最大时间的方法:1、在php.ini里面设置“max_execution_time = 120;”;2、通过PHP的ini_set函数设置;3、通过set_time_limit 函数设置即可。 ...