MongoResultException
PHP Manual

MongoResultException::getDocument

(PECL mongo >=1.3.0)

MongoResultException::getDocumentRetrieve the full result document

Beschreibung

public array MongoResultException::getDocument ( void )

Retrieves the full error result document.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

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


MongoResultException
PHP Manual