How can we increase the execution time of a PHP script?
Answer Posted / chheena
Although there are more then one way to increase the
execution time but better to use
<?php set_time_limit(3600); ?>//increase the execution time
to 1hour,
//put above line on the top of your code
| Is This Answer Correct ? | 13 Yes | 8 No |
Post New Answer View All Answers
What is properties of class?
which will print out the php call stack?
What is the function mysql_pconnect() useful for?
Write a program to find a string is palindrome or not?
Why do we use htaccess and where?
What is use of in_array() function in php?
What does the expression exception::__tostring means?
What does $globals mean?
Explain the changes in php versions?
Swap two variables value without using third variable in php ?
What is binary safe string?
How to pad an array with the same value multiple times?
What is the use of final class in php?
What is php pathinfo?
What is the use of callback in php?