MongoBinData::__toString
MongoInt32::__construct
Types
PHP Manual
The MongoInt32 class
Введение
The class can be used to save 32-bit integers to the database on a 64-bit system.
Обзор классов
MongoInt32
{
/* Методы */
public
__construct
(
string
$value
)
public
string
__toString
(
void
)
}
Содержание
MongoInt32::__construct
— Creates a new 32-bit integer.
MongoInt32::__toString
— Returns the string representation of this 32-bit integer.
MongoBinData::__toString
MongoInt32::__construct
Types
PHP Manual