例外
PHP Manual

The MongoWriteConcernException class

(PECL mongo >= 1.5.0)

導入

MongoWriteConcernException is thrown when a write fails. See 書き込み確認 for how to set failure thresholds.

Prior to MongoDB 2.6.0 » GLE would determin when a write failed.

クラス概要

MongoWriteConcernException extends MongoCursorException {
/* 継承したプロパティ */
protected string $message ;
protected int $code ;
protected string $file ;
protected int $line ;
/* メソッド */
public array getDocument ( void )
/* 継承したメソッド */
public string MongoCursorException::getHost ( void )
}

目次


例外
PHP Manual