Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18468 программистов и 1739 роботов. Сейчас ищут 1400 программистов ...
Counter::resetValue - Reset the current value of a counter.
Вернуться к: Counter
Counter::resetValue
Counter::resetValue — Reset the current value of a counter.
Описание
voidCounter::resetValue
( void
)
Counter::resetValue() resets the current value of a counter to its original initial value.
Смотрите также
- Counter::getValue() - Get the current value of a counter.
- Counter::bumpValue() - Change the current value of a counter.
Вернуться к: Counter