update : 2015.11.03
php.shukuma.com

검색:
 
 
The Counter class

The Counter class

소개

Represents a single counter object.

클래스 개요

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

Table of Contents