MongoResultException
PHP Manual

MongoResultException::getDocument

(PECL mongo >=1.3.0)

MongoResultException::getDocumentRetrieve the full result document

Описание

public array MongoResultException::getDocument ( void )

Retrieves the full error result document.

Список параметров

У этой функции нет параметров.

Возвращаемые значения

The full result document as an array, including partial data if available and additional keys.


MongoResultException
PHP Manual