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".

Зміст

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top