Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18093 программиста и 1744 робота. Сейчас ищут 1282 программиста ...
Counter::getNamed - Retrieve an existing named counter.
Вернуться к: Counter
Counter::getNamed
Counter::getNamed — Retrieve an existing named counter.
Описание
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.
Список параметров
-
name
- The counter name to search for.
Возвращаемые значения
Counter::getNamed() returns an existing counter by name
if that name exists, or NULL
otherwise.
Вернуться к: Counter