Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18272 программиста и 1699 роботов. Сейчас ищут 664 программиста ...
The Counter class
Вернуться к: The "counter" Extension - A Continuing Example
Введение
Represents a single counter object.
Обзор классов
Counter
{
bumpValue
( integer
}$offset
)Содержание
- Counter::__construct — Creates an instance of a Counter which maintains a single numeric value.
- Counter::getValue — Get the current value of a counter.
- Counter::bumpValue — Change the current value of a counter.
- Counter::resetValue — Reset the current value of a counter.
- Counter::getMeta — Return a piece of metainformation about a counter.
- Counter::getNamed — Retrieve an existing named counter.
- Counter::setCounterClass — Set the class returned by Counter::getNamed.
Вернуться к: The "counter" Extension - A Continuing Example