The Counter class

Einführung

Represents a single counter object.

Klassenbeschreibung

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

Inhaltsverzeichnis