update : 2015.11.03
php.shukuma.com

검색:
 
 
The MongoInt64 class

The MongoInt64 class

(PECL mongo >=1.0.9)

소개

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