counter_create(3) php man page | unix.com

Man Page: counter_create

Operating Environment: php

Section: 3

COUNTER_CREATE(3)														 COUNTER_CREATE(3)

counter_create - Creates a counter which maintains a single numeric value.

SYNOPSIS
resource counter_create (string $name, [integer $initial_value], [integer $flags])
DESCRIPTION
Creates a counter which maintains a single numeric value.
PARAMETERS
o name - The new counter's name. o initial_value - The initial value of the counter. Defaults to zero (0). o flags - Flags for the new counter, chosen from the COUNTER_FLAG_* constants.
RETURN VALUES
Returns a counter resource. PHP Documentation Group COUNTER_CREATE(3)
Related Man Pages
rlm_counter(5) - centos
ost_counter(3) - debian
refcount(9) - debian
file::counterfile(3pm) - debian
vend::counterfile(3pm) - debian
Similar Topics in the Unix Linux Community
Semaphore Error
unable to understand a awk code