Samsung Galaxy Note, 4G LTE Plans, Transfer Photos Videos from iPhone to Samsung, Network Performance, Mobile Accounts, Furious Gold SPD TooL, Latest Version Full Setup

Info How to run a PHP Script forever

Info How to run a PHP Script forever - this blog we have built from a few years ago and already very much information about gadgets that we convey and a lot of blog visitors New Blog Techno News who are satisfied with the information, we will always try to update the latest information for you, first about Info How to run a PHP Script forever many already we collect data to make this article so you do not miss the news, please see:

Articles : Info How to run a PHP Script forever
full Link : Info How to run a PHP Script forever

You can also see our article on:


Info How to run a PHP Script forever

Hi,

Its been 3-4 days posting here,due to some work on the construction of some AutoBot Servers.At last ,it finally came to a stable end.Will soon be disclosed to you.

php script timeout or php script run forever


Introduction
Today i am gonna help some PHP developers want to run their server tireless with a PHP script.Its just an easy work around,so that the script will work out forever until a Fatal error or something happened.

What will you face without using this work around?

Yes it's simple.You will just get an error stating.

Fatal error : Maximum execution of 30 seconds exceeded.

The php's default maximum execution time is 30 seconds.


How to bypass the time restriction with just a single line of code or a function call?


<?php
ini_set('set_time_limit', 0);//Time limit is set to zero.That means infinite.
//OR
ini_set('set_time_limit',1800);//Time limit is set to 1800 seconds ie,30 minutes.
?>

That's it you can make your php script run forever or for a limited amount of time.

Here is an advise,please code your script properly.So that it may end in an unwanted end loop.

For ever PHP scripts are mostly used in realtime web applications.

Enjoy coding...



articles Info How to run a PHP Script forever finished in discussion

hopefully the information we convey about Info How to run a PHP Script forever can benefit you in getting new knowledge about technology,

you just finished reading the information Info How to run a PHP Script forever we hope this informmation can answer the question you submit to googlle, if you want to bookmark or share please use link https://moymoycikukecik.blogspot.com/2015/05/info-how-to-run-php-script-forever.html and do not forget to always visit this blog to get the latest information every day.

Tag :
Share on Facebook
Share on Twitter
Share on Google+
Tags :

Related : Info How to run a PHP Script forever

0 komentar:

Posting Komentar