The MongoInt64 class
(Bir sürüm bilgisi bulunamadı; sadece SVN'de olabilir.)
Giriş
The class can be used to save 64-bit integers to the database on a 32-bit system.
Sınıf Sözdizimi
MongoInt64
{
/* Fields */
/* Yöntemler */
}Fields
- value
- This is the string value of the 64-bit number. For instance, 123's value would be "123".
İçindekiler
- MongoInt64::__construct — Creates a new 64-bit integer.
- MongoInt64::__toString — Returns the string representation of this 64-bit integer.
There are no user contributed notes for this page.
