PHP function set_time_limit()
Availability in PHP 4.0
Limits the maximum execution time
Parameters
| Parameter | Data type | Default value | Note |
|---|---|---|---|
$seconds |
int |
not | The maximum execution time, in seconds. If set to zero, no time limit is imposed. |
Return values
bool
Returns TRUE on success, or FALSE on failure.