The "counter" Extension - A Continuing Example
PHP Manual

The Counter class

Introduction

Represents a single counter object.

Class synopsis

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

Table of Contents


The "counter" Extension - A Continuing Example
PHP Manual