set time limit in PHP

by satheeshkumar 2012-09-18 12:59:21

set time limit in PHP ,

set_time_limit ( int $seconds )


set_time_limit - Limits the maximum execution time.

Set the number of seconds a script is allowed to run. If this is reached, the script returns a fatal error. The default limit is 30 seconds or, if it exists, the max_execution_time value defined in the php.ini.
932
like
0
dislike
0
mail
flag

You must LOGIN to add comments