PHP Velho Oeste 2024

The MongoInt64 class

(PECL mongo >=1.0.9)

Aviso

A extensão que define esta classe está obsoleta. Alternativamente utilize a extensão MongoDB deve ser utilizada. Não há uma equivalente desta classe na nova extensão.

Instead, the new extension chooses the appropriate database type depending on the integer's value.

Introdução

The class can be used to save 64-bit integers to the database on a 32-bit system.

Sinopse da classe

MongoInt64 {
/* Fields */
public string value ;
/* Métodos */
public __construct ( string $value )
public __toString ( void ) : string
}

Fields

value
This is the string value of the 64-bit number. For instance, 123's value would be "123".

Índice

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top