Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18080 программистов и 1743 робота. Сейчас ищут 1274 программиста ...
Counter::getValue - Get the current value of a counter.
Вернуться к: Counter
Counter::getValue
Counter::getValue — Get the current value of a counter.
Описание
integer Counter::getValue
( void
)
Counter::getValue() returns the current value of a counter.
Возвращаемые значения
Counter::getValue() returns an integer.
Смотрите также
- Counter::bumpValue() - Change the current value of a counter.
- Counter::resetValue() - Reset the current value of a counter.
Вернуться к: Counter