Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16354 программиста и 1794 робота. Сейчас ищут 2034 программиста ...
The MongoResultException class
Вернуться к: Exceptions
(PECL mongo >=1.3.0)
Введение
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().
Обзор классов
MongoResultException
extends
MongoException
{
/* Свойства */
public
$document
;
/* Наследуемые свойства */
/* Методы */
}Свойства
- document
-
The raw result document as an array.
Содержание
- MongoResultException::getDocument — Retrieve the full result document
Вернуться к: Exceptions