PHP code example of taskphp2 / taskphp
1. Go to this page and download the library: Download taskphp2/taskphp library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
taskphp2 / taskphp example snippets
php
* * * * * * * //格式 :秒 分 时 天 月 年 周
10 * * * * * * //表示每一分钟的第10秒运行
/10 * * * * * * //表示每10秒运行
/1 * 15,16 * * * * //表示 每天的15点,16点的每一秒运行
php
composer
php
start.php start [all|任务名] 启动 可不带参数默认all
start.php start & 挂载后台运行,liunx操作
start.php close all 结束框架 必带参数all