The Counter class
Introduction
Represents a single counter object.
Class synopsis
Counter
class Counter
{
__construct
( string $name
[, integer $initial_value
[, integer $flags
]] )
mixed getMeta
( integer $attribute
)
static
Counter getNamed
( string $name
)
}
Table of Contents
add a note
User Contributed Notes
The Counter class
There are no user contributed notes for this page.
|
|