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: Fri, 25 May 2012

view this page in

MongoInt64 クラス

(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)

導入

このクラスを使うと、64 ビット整数値を 32 ビットシステム上のデータベースに保存することができます。

クラス概要

MongoInt64 {
/* フィールド */
public string $value ;
/* メソッド */
public __construct ( string $value )
public string __toString ( void )
}

フィールド

value
64 ビット数値を文字列で表した値。たとえば 123 の value は "123" となります。

目次



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