Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 58998 программистов и 2450 роботов. Сейчас ищут 1008 программистов ...
The MongoInt64 class
Вернуться к: Types
(PECL mongo >=1.0.9)
Внимание
This extension that defines this class is deprecated. Instead, the MongoDB extension should be used. There is no equivalent for this class in the new extension.
Instead, the new extension chooses the appropriate database type depending on the integer's value.
Введение
The class can be used to save 64-bit integers to the database on a 32-bit system.
Обзор классов
MongoInt64
{
/* Fields */
/* Методы */
}Fields
- value
- This is the string value of the 64-bit number. For instance, 123's value would be "123".
Содержание
- MongoInt64::__construct — Creates a new 64-bit integer.
- MongoInt64::__toString — Returns the string representation of this 64-bit integer.
Вернуться к: Types