Types
在线手册:中文 英文
PHP手册

The MongoInt64 class

(No version information available, might only be in SVN)

简介

The class can be used to save 64-bit integers to the database on a 32-bit system.

类摘要

MongoInt64 {
/* Fields */
public string $value ;
/* 方法 */
public __construct ( string $value )
public string __toString ( void )
}

Fields

value
This is the string value of the 64-bit number. For instance, 123's value would be "123".

Table of Contents


Types
在线手册:中文 英文
PHP手册