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, 24 May 2013

view this page in

La classe MongoResultException

(PECL mongo >=1.3.0)

Introduction

Une exception MongoResultException peut être émise par plusieurs méthodes (comme MongoCollection::findAndModify()) lorsqu'une erreur survient. Le document original résultant est disponible via la méthode MongoResultException::getDocument().

Synopsis de la classe

MongoResultException extends MongoException {
/* Propriétés */
public $document ;
/* Méthodes */
public array getDocument ( void )
}

Propriétés

document

Le document résultant brute, sous la forme d'un tableau.

Sommaire



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

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