HOME

The Counter class
The "counter" Extension - A Continuing Example
PHP Manual

The Counter class

Introduction

Represents a single counter object.

Class synopsis

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

Table of Contents


The "counter" Extension - A Continuing Example
PHP Manual