Fatal error: Uncaught Swoole\Exception: Swoole\WebSocket\Server can only be used in CLI mode

要使用CLI模式就是:要用服务器cmd打开
php的模式分php-cfpm、cli(命令行)

在这里插入图片描述