php8.5
Home/ Manual/ bson / minkey/ MongoDB\BSON\MinKey::__construct

MongoDB\BSON\MinKey::__construct

PHP function Edit on GitHub ✎

(mongodb >=1.0.0)

Construct a new MinKey

Description

MongoDB\BSON\MinKey::__construct()

Parameters Parameters

Errors/Exceptions

Examples

MongoDB\BSON\MinKey::__construct() example

php
<?php

var_dump(new MongoDB\BSON\MinKey());

?>

The above example will output:

output
object(MongoDB\BSON\MinKey)#1 (0) {
}

See Also

  • BSON Types

Source: reference/mongodb/bson/minkey/construct.xml · from the official PHP manual (php/doc-en)