The MongoInt64 class
(PECL mongo >=1.0.9)
Introduction
The class can be used to save 64-bit integers to the database on a 32-bit system.
Class synopsis
MongoInt64
{
/* Fields */
/* Methods */
}Fields
- value
- This is the string value of the 64-bit number. For instance, 123's value would be "123".
Table of Contents
- MongoInt64::__construct — Creates a new 64-bit integer.
- MongoInt64::__toString — Returns the string representation of this 64-bit integer.
Коментарии
404 Not Found