Php/docs/class.mongodb-driver-query

From Get docs

(mongodb >=1.0.0)

Introduction

The MongoDB\Driver\Query class is a value object that represents a database query.


Class synopsis


final MongoDB\Driver\Query {

/* Methods */

final public __construct ( array|object $filter [, array $queryOptions ] )

}

Table of Contents