The MongoInt32 class
(PECL mongo >=1.0.9)
Introduzione
The class can be used to save 32-bit integers to the database on a 64-bit system.
Sommario dellla classe
MongoInt32
{
/* Fields */
/* Metodi */
}Fields
- value
- This is the string value of the 32-bit number. For instance, 123's value would be "123".
Indice dei contenuti
- MongoInt32::__construct — Creates a new 32-bit integer.
- MongoInt32::__toString — Returns the string representation of this 32-bit integer.
There are no user contributed notes for this page.
