MongoBinData::__toString
MongoInt32::__construct
Types
PHP Manual
MongoInt32 类
(PECL mongo >=1.0.9)
简介
这个类可以在一个 64 位的操作系统上将 32 位的 integer 保存到数据库。
类摘要
MongoInt32
{
/* 字段 */
public
string
$
value
;
/* 方法 */
public
__construct
(
string
$value
)
public
string
__toString
(
void
)
}
字段
value
This is the string value of the 64-bit number. 例如,123 的值应该是 "123"。
Table of Contents
MongoInt32::__construct
— 创建一个新的 32位 integer。
MongoInt32::__toString
— 返回该 32 位 integer 的字符串表示。
MongoBinData::__toString
MongoInt32::__construct
Types
PHP Manual