downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

MongoResultException::getDocument> <MongoException
[edit] Last updated: Fri, 17 May 2013

view this page in

The MongoResultException class

(PECL mongo >=1.3.0)

Introduzione

The MongoResultException is thrown by several command helpers (such as MongoCollection::findAndModify()) in the event of failure. The original result document is available through MongoResultException::getDocument().

Sommario dellla classe

MongoResultException extends MongoException {
/* Proprietà */
public $document ;
/* Metodi */
public array getDocument ( void )
}

Proprietà

document

The raw result document as an array.

Indice dei contenuti



add a note add a note User Contributed Notes MongoResultException - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites