The MongoDB\Driver\Query class

(mongodb >=1.0.0)

简介

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

类摘要

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

目录

add a note

User Contributed Notes

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