The MongoDB\Driver\Query class

(mongodb >=1.0.0)

Introduction

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

Class synopsis

final class MongoDB\Driver\Query {
/* Methods */
final public __construct(array|object $filter, ?array $queryOptions = null)
}

Table of Contents

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top