Counter
PHP Manual

Counter::getNamed

Counter::getNamed Retrieve an existing named counter.

Opis

static Counter Counter::getNamed ( string $name )

Counter::getNamed() returns an existing counter by name if that name exists, or NULL otherwise. This is a static function.

Parametry

name
The counter name to search for.

Zwracane wartoĊ›ci

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


Counter
PHP Manual