在线看片18_亚洲性吧_在线污_神马午夜达达兔_奇米色网_在线免费看污

自定義命令

EasySwoole 3.3.x 默認(rèn)自帶有 5 個(gè)命令,如下所示:

php easyswoole.php help  命令幫助
php easyswoole.php install 安裝(需要在./vendor/easyswoole/easyswoole/bin/easyswoole 文件中調(diào)用)
php easyswoole.php start  啟動(dòng)
php easyswoole.php stop   停止(需要守護(hù)進(jìn)程)
php easyswoole.php reload  熱重啟(需要守護(hù)進(jìn)程)

默認(rèn)命令詳細(xì)內(nèi)容可查看 服務(wù)管理

定義命令

通過(guò)實(shí)現(xiàn) \EasySwoole\EasySwoole\Command\CommandInterface 接口,用戶可自定義命令:

需要實(shí)現(xiàn)的接口如下:

<?php

namespace EasySwoole\EasySwoole\Command;

interface CommandInterface
{
    public function commandName():string;
    public function exec(array $args):?string ;
    public function help(array $args):?string ;
}

新建文件 App/Command/Test.php:

<?php
namespace App\Command;

use EasySwoole\EasySwoole\Command\CommandInterface;
use EasySwoole\EasySwoole\Command\Utility;

class Test implements CommandInterface
{
    public function commandName(): string
    {
        return 'test';
    }

    public function exec(array $args): ?string
    {
        //打印參數(shù),打印測(cè)試值
        var_dump($args);
        echo 'test'.PHP_EOL;
        return null;
    }

    public function help(array $args): ?string
    {
        //輸出logo
        $logo = Utility::easySwooleLog();
        return $logo."this is test";
    }
}

注冊(cè)自定義命令

查看 boostrap事件

在項(xiàng)目根目錄中新增 bootstrap.php 文件,添加內(nèi)容如下,實(shí)現(xiàn)注冊(cè)自定義命令:

<?php

\EasySwoole\EasySwoole\Command\CommandContainer::getInstance()->set(new \App\Command\Test());

bootstrap3.2.5 新增的事件,它允許用戶在框架初始化之前執(zhí)行自定義事件。

執(zhí)行命令及執(zhí)行結(jié)果

$ php easyswoole.php test
array(0) {
}
test

$ php easyswoole.php test 123 456
array(2) {
  [0]=>
  string(3) "123"
  [1]=>
  string(3) "456"
}
test

$ php easyswoole.php help test
  ______                          _____                              _
 |  ____|                        / ____|                            | |
 | |__      __ _   ___   _   _  | (___   __      __   ___     ___   | |   ___
 |  __|    / _` | / __| | | | |  \___ \  \ \ /\ / /  / _ \   / _ \  | |  / _ \
 | |____  | (_| | \__ \ | |_| |  ____) |  \ V  V /  | (_) | | (_) | | | |  __/
 |______|  \__,_| |___/  \__, | |_____/    \_/\_/    \___/   \___/  |_|  \___|
                          __/ |
                         |___/
this is test
主站蜘蛛池模板: 午夜av免费 | 欧美在线免费看 | 91原创视频 | 综合色婷婷一区二区亚洲欧美国产 | 久久色网站 | 久久久国产一区二区三区 | 国产精品69毛片高清亚洲 | 97精品国产97久久久久久粉红 | 91精选 | 在线观看黄色 | 在线色网 | 午夜影视福利 | 国产精品96 | 久久网页 | 日韩欧美亚洲综合 | 一区二区欧美日韩 | 婷婷激情视频 | 色在线免费视频 | 色综合视频在线 | 91在线精品视频 | 91成年视频 | 国产一二区在线观看 | 九九热精品在线视频 | 日韩黄色免费观看 | 中文字幕第一页在线播放 | 国产二区视频在线观看 | 99久久国产视频 | 国产一区免费在线观看 | 精品资源成人 | a级在线视频 | 亚洲高清在线视频 | 99在线精品视频免费观看20 | 成年人免费视频观看 | 欧美v片 | 国产黄视频在线观看 | 麻豆福利在线 | 福利一二区 | 欧美成视频 | 精品国产乱码久久久久久久 | 神马久久久久久久久久 | 永久免费毛片 |