Php/docs/class.mongoint64
来自菜鸟教程
(PECL mongo >=1.0.9)
Warning 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 的值选择合适的数据库数据类型。
简介
这个类能够在 32 位的系统上保存一个 64 位的 integer 到数据库。
类摘要
MongoInt64 {
public
string
$value
/* 方法 */
public __construct
( string $value
)
public __toString ( ) : string
}
字段
value
- 64 位数字的字符串值。例如 ,123 的值是 "123"。
Table of Contents
- MongoInt64::__construct — 创建一个新的 64 位 integer。
- MongoInt64::__toString — 返回该 64 位 integer 的字符串表示形式。
/* 字段 */