Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How can we increase the execution time of a PHP script?

Answer Posted / anonymous

Using the funtion set_time_limit().It sets the number of
seconds a script is allowed to run .If this is reached
script returns a fatal error.The default limit is 30
seconds .If seconds is set to zero
no time limit is imposed.When called , set_time_limit()
restarts the timeout counter from zero.If the timeout is
the default 30 seconds,and 25 seconds into script execution
a call such as set_time_limit(20)
is made,the script will run for a total of 45 seconds
before timing out.

Is This Answer Correct ?    27 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we increase execution time of a php script?

943


Define object-oriented methodology?

1039


Can the value of a constant change during the script's execution?

980


How send email using php?

971


What is the Default syntax used in PHP?

1114


What is the difference between for and foreach loop in php?

1094


What is implode() in php?

1091


What is a PHP accelerator?

1056


What is the use of die in php?

991


Is it possible to extend the execution time of a php script?

952


What is the empty function?

989


What is the basic function to search files for lines (or other units of text) that contain a pattern.

996


Explain how we can retrieve the data in the result set of mysql using php?

982


How do you define a constant in php?

1051


What is the $_ server php_self variable?

1011