counter_get_value> <Extended
Last updated: Fri, 24 Feb 2012

counter_create

counter_create Creates a counter which maintains a single numeric value.

Descrição

resource counter_create ( string $name [, integer $initial_value [, integer $flags ]] )

Creates a counter which maintains a single numeric value.

Parâmetros

name
The new counter's name.
initial_value
The initial value of the counter. Defaults to zero (0).
flags
Flags for the new counter, chosen from the COUNTER_FLAG_* constants.

Valor Retornado

Returns a counter resource.



User Contributed Notes
counter_create
There are no user contributed notes for this page.

counter_get_value> <Extended
Last updated: Fri, 24 Feb 2012