MongoDB\BSON\MinKey::__constructConstruct a new MinKey Description
final public MongoDB\BSON\MinKey::__construct
( void
)
ParametersThis function has no parameters. Errors/Exceptions
ExamplesExample #1 MongoDB\BSON\MinKey::__construct example
<?php The above example will output: object(MongoDB\BSON\MinKey)#1 (0) { } See Also |