Answers for "calculate time to execute php function"

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

Code answers related to "calculate time to execute php function"

Browse Popular Code Answers by Language