Answers for "add execute time php"

PHP
0

add execute time php

ini_set('max_execution_time', 0); // unlimited
ini_set('max_execution_time', 120); // 120 (seconds) = 2 Minutes
Posted by: Guest on May-08-2021

Browse Popular Code Answers by Language