php daemon class

A php daemon class.

Daemon class implemented in PHP. You can implement queues or scheduled tasks out of crontab on the server.

When used, inherit from this class, override the _doTask method, and initialize and execute through main.
Disclaimer

All resources on this site are contributed by netizens or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this site are for learning reference only. Please do not use them for commercial purposes. Otherwise, you will be responsible for all consequences! If there is any infringement, please contact us to delete it. Contact information: admin@php.cn

Related Article

PHP image processing class library and demonstration sharing, php image processing class library_PHP tutorial PHP image processing class library and demonstration sharing, php image processing class library_PHP tutorial

12 Jul 2016

PHP image processing class library and demonstration sharing, PHP image processing class library. PHP image processing class library and demonstration sharing, PHP image processing class library I simply wrote a PHP image processing class library. Although it has relatively few functions, it is not too advanced at present and will be used in the future.

PHP PDO common class library example analysis, pdo class library example analysis_PHP tutorial PHP PDO common class library example analysis, pdo class library example analysis_PHP tutorial

12 Jul 2016

PHP PDO common class library example analysis, pdo class library example analysis. Example analysis of PHP's PDO common class library, pdo class library example analysis This article describes PHP's PDO common class library with examples. Share it with everyone for your reference, the details are as follows: 1. Db.class.php connects to the database

Share a php class library that implements MYSQL backup, phpmysql backup class library_PHP tutorial Share a php class library that implements MYSQL backup, phpmysql backup class library_PHP tutorial

13 Jul 2016

Share a php class library that implements MYSQL backup, phpmysql backup class library. Share a PHP class library that implements MYSQL backup, phpmysql backup class library. I just want to study how to back up the database, share a PHP class library that implements MYSQL backup?php/****** Backup database structure

PHP uses the Mysqli class library to achieve perfect paging effect, mysqli class library_PHP tutorial PHP uses the Mysqli class library to achieve perfect paging effect, mysqli class library_PHP tutorial

12 Jul 2016

PHP uses the Mysqli class library to achieve perfect paging effects, the mysqli class library. How PHP uses the Mysqli class library to achieve perfect paging effects, mysqli class library This article describes how PHP uses the Mysqli class library to achieve perfect paging effects. Share it with everyone for your reference.

What is php class library What is php class library

23 Sep 2019

The php class library is the Standard PHP Library (Standard PHP Class Library), which is a collection of interfaces and classes used to solve typical problems.

How to send emails in PHP using pear's own mail class library, pear class library_PHP tutorial How to send emails in PHP using pear's own mail class library, pear class library_PHP tutorial

13 Jul 2016

PHP uses the mail class library that comes with pear to send emails, the pear class library. PHP uses the mail class library that comes with pear to send emails. The pear class library This article describes how PHP uses the mail class library that comes with pear to send emails. Share it with everyone for your reference. Details are as follows

See all articles