Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16635 программистов и 1645 роботов. Сейчас ищут 1325 программистов ...
counter_get_value - Get the current value of a counter resource.
Вернуться к: Extended
counter_get_value
counter_get_value — Get the current value of a counter resource.
Описание
integer counter_get_value
( resource
$counter
)counter_get_value() returns the current value of a counter resource.
Список параметров
-
counter
- The counter resource to operate on.
Возвращаемые значения
counter_get_value() returns an integer.
Смотрите также
- counter_bump_value() - Change the current value of a counter resource.
- counter_reset_value() - Reset the current value of a counter resource.
Вернуться к: Extended