PHP Scheduled task php scheduled task

Source: Internet
Author: User
Ignore_user_abort (); Turn off the browser and the PHP script will continue to execute.
Set_time_limit (0); Set_time_limit (0) allows the program to be implemented without restrictions

The code is as follows:

1 
 Php2Ignore_user_abort();3Set_time_limit(0);4$interval= 5;//runs every 5 seconds5$k= 0;6 Do {7$time= Time();8$file= './test.txt ';9$content= "Cron:".Date(' y-m-d h:i:s ');Ten$fp=fopen($file, ' a '); Onefwrite($fp,$content); Afclose($fp); -if($k>=5){  - Break; the       } -$k++; -Sleep($interval);//wait 5 seconds +} while(true); - +?>

The above describes the PHP scheduled task php scheduled tasks, including the PHP program task content, I hope that the PHP tutorial interested in a friend helpful.

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.