Extended
PHP Manual

counter_get_named

counter_get_named Retrieve an existing named counter as a resource.

Beschreibung

resource Counter::getNamed ( string $name )

counter_get_named() returns an existing counter by name if that name exists, or NULL otherwise.

Parameter-Liste

name
The counter name to search for.

Rückgabewerte

counter_get_name() returns an existing counter by name if that name exists, or NULL otherwise.


Extended
PHP Manual