Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18505 программистов и 1738 роботов. Сейчас ищут 1457 программистов ...
Counter::bumpValue - Change the current value of a counter.
Вернуться к: Counter
Counter::bumpValue
Counter::bumpValue — Change the current value of a counter.
Описание
Counter::bumpValue
( integer
$offset
)Counter::bumpValue() updates the current value of a counter.
Список параметров
-
offset
- The amount by which to change the counter's value. Can be negative.
Смотрите также
- Counter::getValue() - Get the current value of a counter.
- Counter::resetValue() - Reset the current value of a counter.
Вернуться к: Counter