摘要:
swoole.php SwooleServer.php 相关命令: 1、服务启动 #启动服务,不指定绑定端口和ip,则使用默认配置 php swoole.php start #启动服务 指定ip 和 port php swoole.php -h127.0.0.1 -p9501 start #启动服务 阅读全文
摘要:
swoole.php SwooleServer.php 相关命令: 1、服务启动 #启动服务,不指定绑定端口和ip,则使用默认配置 php swoole.php start #启动服务 指定ip 和 port php swoole.php -h127.0.0.1 -p9501 start #启动服务 阅读全文
|