MongoWriteConcernException
PHP Manual

MongoWriteConcernException::getDocument

(PECL mongo >= 1.5.0)

MongoWriteConcernException::getDocumentGet the error document

Açıklama

public array MongoWriteConcernException::getDocument ( void )

Returns the actual response from the server that was interperated as an error.

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

A MongoDB document, if available, as an array.


MongoWriteConcernException
PHP Manual