Types
PHP Manual

The MongoInt64 class

(PECL mongo >=1.0.9)

Внимание

Расширение, задающее этот класс, объявлено устаревшим. Вместо него используйте расширение MongoDB. Никакой замены данному классу не предусмотрено.

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

Введение

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

Обзор классов

MongoInt64 {
/* Fields */
public string $value ;
/* Методы */
public __construct ( string $value )
public string __toString ( void )
}

Fields

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

Содержание


Types
PHP Manual