The Counter class

Introducción

Represents a single counter object.

Sinopsis de la Clase

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
}

Tabla de contenidos