void set_time_limit ( int seconds ) sets how long a script should be allowed to execute. : set_time_limit « Utility Function « PHP
- PHP
- Utility Function
- set_time_limit
void set_time_limit ( int seconds ) sets how long a script should be allowed to execute.
<?
set_time_limit(30);
?>
Related examples in the same category