Answers for "php run time limit"

PHP
1

PHP Time Limit:

set_time_limit(300);
Posted by: Guest on February-05-2021
0

max_execution_time php

ini_set ( 'max_execution_time', 1200); //1200 is time in secondss
Posted by: Guest on October-29-2020

Browse Popular Code Answers by Language