update : 2015.11.03
php.shukuma.com

검색:
 
 
The MongoInt32 class

The MongoInt32 class

(PECL mongo >=1.0.9)

소개

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

클래스 개요

MongoInt32 {
/* Fields */
public string $value ;
/* 메소드 */
public __construct ( string $value )
public string __toString ( void )
}

Fields

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

Table of Contents