How is it possible to set an infinite execution time for PHP script?

Forums PHPHow is it possible to set an infinite execution time for PHP script?
Staff asked 2 years ago

Answers (1)

Add Answer
Selina Parmar Marked As Accepted
Staff answered 2 years ago

For the infinite execution we can use set_time_limit(0) function.
If you will pass 0 value to the function It will execute infinite time.

Subscribe

Select Categories