Регистрация Войти
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Поиск по сайту
The MongoResultException class
(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 ;
/* Наследуемые свойства */
protected string $message ;
protected int $code ;
protected string $file ;
protected int $line ;
/* Методы */
public array getDocument ( void )
}
Свойства
document -
The raw result document as an array.
Содержание
- MongoResultException::getDocument — Retrieve the full result document
Описание класса mongoresultexception, примеры использования класса mongoresultexception.
Смотрите также:
Описание на ru2.php.net
Описание на php.ru