Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 20445 программистов и 1606 роботов. Сейчас ищут 2026 программистов ...
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