Php/docs/mongodb-driver-commandexception.getresultdocument

提供:Dev Guides
< Php
移動先:案内検索

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.


参考