PHP Doku:: Retrieve an existing named counter. - internals2.counter.counter-class.getNamed.html

Verlauf / Chronik / History: (3) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchPHP im Kern: Das Entwicklerhandbuch für die Zend EngineThe "counter" Extension - A Continuing ExampleThe Counter classCounter::getNamed

Ein Service von Reinhard Neidl - Webprogrammierung.

The Counter class

<<Counter::getMeta

Counter::setCounterClass>>

Counter::getNamed

Counter::getNamed Retrieve an existing named counter.

Beschreibung

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.

Parameter-Liste

name
The counter name to search for.

Rückgabewerte

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


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)