Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 20177 программистов и 1650 роботов. Сейчас ищут 1285 программистов ...
MongoInt32::__toString - Returns the string representation of this 32-bit integer.
Вернуться к: MongoInt32
MongoInt32::__toString
(PECL mongo >= 1.0.9)
MongoInt32::__toString — Returns the string representation of this 32-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 string MongoInt32::__toString
( void
)
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Returns the string representation of this integer.
Вернуться к: MongoInt32