The "counter" Extension - A Continuing Example
PHP Manual

The Counter class

Einführung

Represents a single counter object.

Klassenbeschreibung

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

Inhaltsverzeichnis


The "counter" Extension - A Continuing Example
PHP Manual