"counter" 拡張モジュール - サンプル
PHP Manual

Counter クラス

導入

単一のカウンタオブジェクトを表します。

クラス概要

Counter
Counter {
Counter::__construct ( string $name [, integer $initial_value [, integer $flags ]] )
integer Counter::getValue ( void )
void Counter::bumpValue ( integer $offset )
void Counter::resetValue ( void )
mixed Counter::getMeta ( integer $attribute )
static Counter Counter::getNamed ( string $name )
static void Counter::setCounterClass ( string $name )
}

目次


"counter" 拡張モジュール - サンプル
PHP Manual