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)
}
目录
There are no user contributed notes for this page.