MongoWriteConcernException::getDocument

(PECL mongo >= 1.5.0)

MongoWriteConcernException::getDocumentGet the error document

Opis

public MongoWriteConcernException::getDocument ( void ) : array

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

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

A MongoDB document, if available, as an array.

add a note add a note

User Contributed Notes

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