Answers for "how to set max_execution_time in php.ini"

PHP
0

max_execution_time php

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

Code answers related to "how to set max_execution_time in php.ini"

Browse Popular Code Answers by Language