Php/docs/internals2.counter.counter-class

From Get docs

Introduction

Represents a single counter object.


Class synopsis


Counter {

__construct ( string $name [, int $initial_value [, int $flags ]] )

getValue ( ) : int

bumpValue ( int $offset )

resetValue ( ) : void

getMeta ( int $attribute ) : mixed

static getNamed ( string $name ) : Counter

static setCounterClass ( string $name ) : void

}

Table of Contents