文件名称:crontab:一个基于workerman用PHP编写的crontab
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-13 00:32:35
PHP
Crontab 一个crontab,它基于用PHP编写,精确到秒。 安装 composer require workerman/crontab 用法 start.php <?php use Workerman \ Worker ; require __DIR__ . '/../vendor/autoload.php' ; use Workerman \ Crontab \ Crontab ; $ worker = new Worker (); $ worker -> onWorkerStart = function () { // Execute the function in the first second of every minute. new Crontab ( '1 * * * * *' , function (){ echo date
【文件预览】:
crontab-main
----src()
--------Crontab.php(4KB)
--------Parser.php(6KB)
----composer.json(900B)
----README.md(619B)
----example()
--------test.php(347B)