MongoInt32::__toString
MongoInt64::__construct
Types
PHP Manual
The MongoInt64 class
Wstęp
The class can be used to save 64-bit integers to the database on a 32-bit system.
Krótki opis klasy
MongoInt64
{
/* Metody */
public
__construct
(
string
$value
)
public
__toString
(
void
)
}
Spis treści
MongoInt64::__construct
— Creates a new 64-bit integer.
MongoInt64::__toString
— Returns the string representation of this 64-bit integer.
MongoInt32::__toString
MongoInt64::__construct
Types
PHP Manual