Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16723 программиста и 1644 робота. Сейчас ищут 1227 программистов ...
counter_bump_value - Change the current value of a counter resource.
Вернуться к: Extended
counter_bump_value
counter_bump_value — Change the current value of a counter resource.
Описание
voidcounter_bump_value
( resource
$counter
, integer $offset
)counter_bump_value() updates the current value of a counter resource.
Список параметров
-
counter
- The counter resource to operate on.
-
offset
- The amount by which to change the counter's value. Can be negative.
Смотрите также
- counter_get_value() - Get the current value of a counter resource.
- counter_reset_value() - Reset the current value of a counter resource.
Вернуться к: Extended