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

search for in the

counter_get_value> <拡張
Last updated: Fri, 10 Oct 2008

view this page in

counter_create

counter_create 単一の数値を保持するカウンタを作成する

説明

resource counter_create ( string $name [, integer $initial_value [, integer $flags ]] )

単一の数値を保持するカウンタを作成します。

パラメータ

name
カウンタの名前。
initial_value
カウンタの初期値。デフォルトはゼロ (0)。
flags
カウンタのフラグ。 COUNTER_FLAG_* 定数群から選択します。

返り値

カウンタリソースを返します。



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

counter_get_value> <拡張
Last updated: Fri, 10 Oct 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites