企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# swoole_server->listen 监听一个新的Server端口,此方法是[addlistener](https://wiki.swoole.com/wiki/page/16.html)的别名。 ```php bool swoole_server->listen(string $host, int $port, int $type); ``` > listen方法在swoole-1.7.9以上版本可用