The MongoInt64 class

(PECL mongo >=1.0.9)

Avertizare

Extensia care definește această clasă este învechită. În loc, trtebuie utilizată extensia MongoDB. Nu există un echivalent al acestei clase în noua extensie.

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

Introducere

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

Sinopsisul clasei

MongoInt64 {
/* Fields */
public string $value ;
/* Metode */
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".

Cuprins