Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18043 программиста и 1743 робота. Сейчас ищут 1240 программистов ...
MongoInt64::__construct - Creates a new 64-bit integer.
Вернуться к: MongoInt64
MongoInt64::__construct
(PECL mongo >= 1.0.9)
MongoInt64::__construct — Creates a new 64-bit integer.
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.
Описание
public MongoInt64::__construct
( string
$value
)Creates a new 64-bit number with the given value.
Список параметров
-
value
-
A number.
Возвращаемые значения
Returns a new integer.
Вернуться к: MongoInt64