Counter::__constructCreates an instance of a Counter which maintains a single numeric value. Beschreibung
Counter::__construct
( string
$name
[, integer $initial_value
[, integer $flags
]] )Creates an instance of a Counter which maintains a single numeric value. Parameter-Liste
RückgabewerteReturns a Counter object on success. Fehler/ExceptionsCounter::__construct throws an Exception if something goes wrong. |