MongoDB\Driver\Exception\CommandException::getResultDocument
PHP Manual
PHP Manual»MongoDB\Driver\Exception\CommandException»MongoDB\Driver\Exception\CommandException::getResultDocument

MongoDB\Driver\Exception\CommandException::getResultDocument

(mongodb >= 1.5.0)

MongoDB\Driver\Exception\CommandException::getResultDocumentRetourne le document résultant pour la commande échouée

Description

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

Retourne le document résultant pour la commande échouée.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

Le document résultant pour la commande échouée.

Voir aussi

To Top