Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 20491 программист и 1606 роботов. Сейчас ищут 1957 программистов ...
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