The Counter class
Introduction
Represents a single counter object.
Class synopsis
Counter
{
__construct
(
string $name
[,
int $initial_value
[,
int $flags
]] )
static
getNamed
(
string $name
) :
Counter
}
Table of Contents
There are no user contributed notes for this page.