How can we increase the execution time of a PHP script?
Answer Posted / rakesh kumar nautiyal
with the help of set_time_limit
| Is This Answer Correct ? | 61 Yes | 16 No |
Post New Answer View All Answers
What is x+ mode in fopen() used for?
What is the meaning of ‘escaping to php’?
Is gender a dependent variable?
Do you know design patterns. List few?
How can we check the value of a given variable is a number?
Is it possible multiple inheritance in php?
How to convert one date format into another in php?
I am writing an application in php that outputs a printable version of driving directions. It contains some long sentences, and I am a neat freak, and would like to make sure that no line exceeds 50 characters. How do I accomplish that with php?
What are the differences between php3 and php4 and php5? What is the current stable version of php? What advance thing in php7?
What is the purpose of basename() function in PHP?
What is serialization in php?
What are the different opening and closing tags available in PHP?
Explain the advantages of using PHP?
What is the difference between explode() and split() functions?
What is super () python?