MongoDB\BSON\MinKey::__construct

(mongodb >=1.0.0)

MongoDB\BSON\MinKey::__constructConstruct a new MinKey

說明

final public MongoDB\BSON\MinKey::__construct()

參數(shù)

此函數(shù)沒有參數(shù)。

錯(cuò)誤/異常

范例

示例 #1 MongoDB\BSON\MinKey::__construct() example

<?php

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

?>

以上例程會(huì)輸出:

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

參見