The MongoResultException class
(PECL mongo >=1.3.0)
Introduction
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().
Class synopsis
MongoResultException
extends
MongoException
{
/* Properties */
public
$document
;
/* Inherited properties */
/* Methods */
}Properties
- document
-
The raw result document as an array.
Table of Contents
- MongoResultException::getDocument — Retrieve the full result document
- PHP Руководство
- Функции по категориям
- Индекс функций
- Справочник функций
- Расширения для работы с базами данных
- Расширения для работы с базами данных отдельных производителей
- MongoDB
- The MongoException class
- The MongoResultException class
- The MongoCursorException class
- The MongoCursorTimeoutException class
- The MongoConnectionException class
- The MongoGridFSException class
- The MongoDuplicateKeyException class
- The MongoProtocolException class
- The MongoExecutionTimeoutException class
- The MongoWriteConcernException class
Коментарии
404 Not Found