downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

MongoInt64::__construct> <MongoInt32::__toString
[edit] Last updated: Sat, 25 May 2013

view this page in

Clase MongoInt64

(PECL mongo >=1.0.9)

Introducción

Esta clase se puede usar para guardar enteros de 64 bits en bases de datos en sistemas de 32 bits.

Sinopsis de la Clase

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

Campos

value
Este es el valor en forma de texto del número de 64 bits. Por ejemplo, el valor de 123 sería "123".

Tabla de contenidos



add a note add a note User Contributed Notes MongoInt64 - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites