MongoDB\Driver\Monitoring\CommandStartedEvent::getCommand

(mongodb >=1.3.0)

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

描述

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

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

参数

此函数没有参数。

返回值

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

错误/异常

添加备注

用户贡献的备注

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