The Counter class

Introducere

Represents a single counter object.

Sinopsisul clasei

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
}

Cuprins

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top