How can we increase the execution time of a PHP script?
Answer Posted / devasundaram
Three ways we can solve this.
1) set_time_limit() function
2) ini_set() function
3) Modifying `max_execution_time' value in PHP
configuration(php.ini) file
1 and 2 are using for temporarily purpose. 3 is for permanent.
| Is This Answer Correct ? | 66 Yes | 9 No |
Post New Answer View All Answers
What is isset in php form?
How can we increase execution time of a php script?
What is a variable cost example?
Which is useful for method overloading?
What is psr in php?
Are parent constructors called implicitly inside a class constructor?
Is php 7 backwards compatible?
How send email using php?
Are php variables global?
How to calculate the length of a string?
Explain about getters and setters in php?
How can we get ip address of a client in php?
What are string functions?
What is the best way to change the key without changing the value of a php array element?
What is the difference between Session and Cookie?