MongoDB\Driver
PHP Manual

The MongoDB\Driver\WriteResult class

(mongodb >=1.0.0)

Introduction

Class synopsis

final MongoDB\Driver\WriteResult {
/* Methods */
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 )
}

Table of Contents


MongoDB\Driver
PHP Manual