The MongoInt32 class

(PECL mongo >=1.0.9)

Uyarı

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.

Instead, the new extension chooses the appropriate database type depending on the integer's value.

Giriş

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

Sınıf Sözdizimi

MongoInt32 {
/* Fields */
public string $value ;
/* Yöntemler */
public __construct ( string $value )
public __toString ( void ) : string
}

Fields

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

İçindekiler