(mongodb >=1.0.0)
MongoDB\BSON\MinKey::__construct — Construct a new MinKey
此函數(shù)沒有參數(shù)。
示例 #1 MongoDB\BSON\MinKey::__construct() example
<?phpvar_dump(new MongoDB\BSON\MinKey());?>
以上例程會(huì)輸出:
object(MongoDB\BSON\MinKey)#1 (0) { }