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