Dutch PHP Conference 2025 - Call For Papers

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.

Прогляньте також

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top