The Counter class

Введение

Represents a single counter object.

Обзор классов

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

Содержание