Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18009 программистов и 1740 роботов. Сейчас ищут 1252 программиста ...
counter_reset - Reset the current value of the basic counter.
Вернуться к: Basic
counter_reset
counter_reset — Reset the current value of the basic counter.
Описание
voidcounter_reset
( void
)
counter_reset() resets the current value of the basic interface's counter to its original initial value.
Смотрите также
- counter_get() - Get the current value of the basic counter.
- counter_bump() - Update the current value of the basic counter.
Вернуться к: Basic