🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# Server->exist 检测`fd`对应的连接是否存在。 ~~~ function Server->exist(int $fd) : bool; ~~~ * `$fd`对应的`TCP`连接存在返回`true`,不存在返回`false` > 此接口是基于共享内存计算,没有任何`IO`操作 > `Server->exist`在`1.7.18`以上版本可用