array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'it', ), 'this' => array ( 0 => 'mongodb-driver-commandexception.getresultdocument.php', 1 => 'MongoDB\\Driver\\Exception\\CommandException::getResultDocument', 2 => 'Returns the result document for the failed command', ), 'up' => array ( 0 => 'class.mongodb-driver-exception-commandexception.php', 1 => 'MongoDB\\Driver\\Exception\\CommandException', ), 'prev' => array ( 0 => 'class.mongodb-driver-exception-commandexception.php', 1 => 'MongoDB\\Driver\\Exception\\CommandException', ), 'next' => array ( 0 => 'class.mongodb-driver-exception-connectionexception.php', 1 => 'MongoDB\\Driver\\Exception\\ConnectionException', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/mongodb/mongodb/driver/exception/commandexception/getresultdocument.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

MongoDB\Driver\Exception\CommandException::getResultDocument

(mongodb >= 1.5.0)

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

Descrizione

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

Returns the result document for the failed command.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

The result document for the failed command.

Vedere anche: