Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18068 программистов и 1743 робота. Сейчас ищут 1265 программистов ...
counter_bump - Update the current value of the basic counter.
Вернуться к: Basic
counter_bump
counter_bump — Update the current value of the basic counter.
Описание
voidcounter_bump
( integer
$offset
)counter_bump() updates the current value of the basic interface's counter.
Список параметров
-
offset
- The amount by which to change the counter's value. Can be negative.
Смотрите также
- counter_get() - Get the current value of the basic counter.
- counter_reset() - Reset the current value of the basic counter.
Вернуться к: Basic