Php Code To Increase Maximum Execution Time

[Solved] Php Code To Increase Maximum Execution Time | Php - Code Explorer | yomemimo.com
Question : php code to increase maximum execution time

Answered by : arrogant-ape-94gd8klhvmtj

ini_set('max_execution_time', '300'); //300 seconds = 5 minutes
ini_set('max_execution_time', '0'); // for infinite time of execution 

Source : https://stackoverflow.com/questions/16171132/how-to-increase-maximum-execution-time-in-php | Last Update : Tue, 07 Jul 20

Answers related to php code to increase maximum execution time

Code Explorer Popular Question For Php