MongoInt64::__construct> <MongoInt32::__toString
Last updated: Fri, 24 Feb 2012

The MongoInt64 class

(No version information available, might only be in SVN)

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 $MongoInt64->value ;
/* Métodos */
public MongoInt64::__construct ( string $value )
public string MongoInt64::__toString ( void )
}

Fields

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

Índice



User Contributed Notes
MongoInt64
There are no user contributed notes for this page.

MongoInt64::__construct> <MongoInt32::__toString
Last updated: Fri, 24 Feb 2012