The "counter" Extension - A Continuing Example
PHP Manual

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 )
}

Содержание


The "counter" Extension - A Continuing Example
PHP Manual