(mongodb >=1.0.0)
MongoDB\BSON\MinKey::__construct — Construct a new MinKey
This function has no parameters.
Example #1 MongoDB\BSON\MinKey::__construct() example
<?phpvar_dump(new MongoDB\BSON\MinKey());?>
The above example will output:
object(MongoDB\BSON\MinKey)#1 (0) { }