Server->exist

最后更新于:2022-04-02 06:20:27

# Server->exist 检测`fd`对应的连接是否存在。 ~~~ function Server->exist(int $fd) : bool; ~~~ * `$fd`对应的`TCP`连接存在返回`true`,不存在返回`false` > 此接口是基于共享内存计算,没有任何`IO`操作 > `Server->exist`在`1.7.18`以上版本可用
';