MongoDB\Driver
PHP Manual

The MongoDB\Driver\WriteResult class

(mongodb >=1.0.0)

Einführung

Klassenbeschreibung

final MongoDB\Driver\WriteResult {
/* Methoden */
final public ReturnType getDeletedCount ( void )
final public ReturnType getInfo ( void )
final public ReturnType getInsertedCount ( void )
final public ReturnType getMatchedCount ( void )
final public ReturnType getModifiedCount ( void )
final public ReturnType getServer ( void )
final public ReturnType getUpsertedCount ( void )
final public ReturnType getUpsertedIds ( void )
final public ReturnType getWriteConcernError ( void )
final public ReturnType getWriteErrors ( void )
}

Inhaltsverzeichnis


MongoDB\Driver
PHP Manual