return 11000 ===
$code;
} private function getCollection(): Collection
{ if (isset($this->collection
)) { return $this->collection;
} $this->client ??=
new Client($this->uri,
$this->options
['uriOptions'
],
$this->options
['driverOptions'
]);
$this->collection =
$this->client->
selectCollection( $this->options
['database'
],
$this->options
['collection'
] );
return $this->collection;
} /**
* @param float $seconds Seconds since 1970-01-01T00:00:00.000Z supporting millisecond precision. Defaults to now.
*/
private function createMongoDateTime(float
$seconds): UTCDateTime
{