命令说明

启动命令

文件位置:crmeb\command\Timer.php

php think timer start

命令对应执行方法

public function start()

停止命令

php think timer stop

命令对应执行方法

public function stop()

守护进程下运行

php think timer start --d

其他服务端执行文档详见定时任务

本页目录