PHP Conference Japan 2024

MongoDB\Driver\Monitoring\CommandStartedEvent::getServerConnectionId

(mongodb >=1.14.0)

MongoDB\Driver\Monitoring\CommandStartedEvent::getServerConnectionId返回命令的服务器连接 ID

描述

final public MongoDB\Driver\Monitoring\CommandStartedEvent::getServerConnectionId(): ?int

返回命令的服务器连接 ID。服务器连接 ID 不同于服务器(即 MongoDB\Driver\Monitoring\CommandStartedEvent::getServer()),并在 MongoDB 4.2+ 的 hello 命令响应的 "connectionId" 字段中返回。

参数

此函数没有参数。

返回值

返回服务器连接 ID,如果不可用则返回 null

错误/异常

添加注释

用户贡献注释

此页面没有用户贡献注释。
To Top