How can we set infinite execution time in PHP Script ?
By adding the set_time_limit(0)
at the beginning of PHP script, we can set the infinite execution time for PHP Script.
Note:
Note: This method will only work if you are allowed to change PHP configuration by Hosting Server.
Learn more about the similar topics:
Tutorials |
---|
No Content Found. |
Exercises & Assignments |
---|
No Content Found. |
Interview Questions & Answers |
---|
No Content Found. |