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

search for in the

MongoInt64::__construct> <MongoInt32::__toString
[edit] Last updated: Sat, 07 Jan 2012

view this page in

The MongoInt64 class

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

소개

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

클래스 개요

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

Table of Contents



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

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