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