PHP Conference Japan 2024

MongoDB\Driver\Monitoring\CommandStartedEvent::getCommand

(mongodb >=1.3.0)

MongoDB\Driver\Monitoring\CommandStartedEvent::getCommand返回命令文档

描述

final public MongoDB\Driver\Monitoring\CommandStartedEvent::getCommand(): object

回复文档将使用默认的 反序列化 规则(例如,BSON 文档将转换为 stdClass)从 BSON 转换为 PHP。

参数

此函数没有参数。

返回值

将命令文档作为 stdClass 对象返回。

错误/异常

添加注释

用户贡献的注释

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