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

search for in the

MongoInt32::__construct> <MongoBinData::__toString
[edit] Last updated: Fri, 07 Jun 2013

view this page in

MongoInt32 クラス

(PECL mongo >=1.0.9)

導入

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

クラス概要

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

フィールド

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

目次



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

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