Php/docs/mongoint32.construct

来自菜鸟教程
跳转至:导航、​搜索

MongoInt32::__construct

(PECL mongo >= 1.0.9)

MongoInt32::__construct创建一个新的 32位 integer。


This extension that defines this class

is deprecated. Instead, the MongoDB extension should be used. There is no equivalent for this class in the new extension.

作为替代,新扩展会根据 Integer 的值做合适的数据库类型选择。

说明

public MongoInt32::__construct ( string $value )

创建具有指定值的 32 位数字。


参数

value
一个数字。


返回值

返回新的 integer。