Answers for "edit time in php.ini"

PHP
3

php change timezone

date_default_timezone_set('America/Los_Angeles');
Posted by: Guest on March-20-2020
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