Counter::__construct — Creates an instance of a Counter which maintains a single numeric value.
$name
[, integer $initial_value
[, integer $flags
]] )Creates an instance of a Counter which maintains a single numeric value.
Returns a Counter object on success.
Counter::__construct() throws an Exception if something goes wrong.