Exceptions
PHP 手册

MongoResultException 类

(PECL mongo >=1.3.0)

简介

MongoResultException 由几个助手命令(例如 MongoCollection::findAndModify())在发生失败事件时抛出。 原始的结果文档可以通过 MongoResultException::getDocument() 获取。

类摘要

MongoResultException extends MongoException {
/* 属性 */
public $document ;
/* 方法 */
public array getDocument ( void )
}

属性

document

array 的原始结果文档。

Table of Contents


Exceptions
PHP 手册