MongoDB\Driver\Exception\CommandException::getResultDocument

(mongodb >= 1.5.0)

MongoDB\Driver\Exception\CommandException::getResultDocumentReturns the result document for the failed command

说明

final public MongoDB\Driver\Exception\CommandException::getResultDocument(): object

Returns the result document for the failed command.

参数

此函数没有参数。

返回值

The result document for the failed command.

参见

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top