MongoDB\BSON\MaxKey::__construct

(mongodb >=1.0.0)

MongoDB\BSON\MaxKey::__constructConstruct a new MaxKey

Opis

final public MongoDB\BSON\MaxKey::__construct ( void )

Parametry

Ta funkcja nie posiada parametrów.

Błędy/Wyjątki

Przykłady

Przykład #1 MongoDB\BSON\MaxKey::__construct() example

<?php

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

?>

Powyższy przykład wyświetli:

object(MongoDB\BSON\MaxKey)#1 (0) {
}

Zobacz też:

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top