schedule:编写可调度的代码

时间:2024-05-22 02:34:27
【文件属性】:

文件名称:schedule:编写可调度的代码

文件大小:4KB

文件格式:ZIP

更新时间:2024-05-22 02:34:27

日程 运行预定的代码 操作方法:时间表类 <?php // include helper class use Javanile \ Schedule \ Schedule ; // define your jobs class MyJobs extends Schedule { // override this method to customize public function schedule () { // $ this -> at ( '08:00' , 'sayGoodMorning' ); // $ this -> at ( '16:00' , 'sayGoodEvening' ); } public function sayGoodMorning () { echo "Good Morning!" ;


【文件预览】:
schedule-master
----src()
--------Javanile()
----LICENSE(1KB)
----composer.json(343B)
----README.md(567B)

网友评论