Answers for "php run after time"

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 "php run after time"

Browse Popular Code Answers by Language