MONGOINT32(3) 1 MONGOINT32(3) The MongoInt32 classINTRODUCTIONThe class can be used to save 32-bit integers to the database on a 64-bit system.CLASS SYNOPSISMongoInt32 MongoInt32 Fields o public string$value Methods o public MongoInt32::__construct (string $value) o public string MongoInt32::__toString (void )FIELDSo $value - This is the string value of the 32-bit number. For instance, 123's value would be "123". PHP Documentation Group MONGOINT32(3)