What is the default execution time set in set_time_limit()?
Answers
Answered by
1
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 . When called, set_time_limit() restarts the timeout counter from zero.
anandshukla30:
And ur
Similar questions