PHP Doku:: The Counter class - internals2.counter.counter-class.html
Verlauf / Chronik / History:
(1)
anzeigen
ausblenden
The Counter class
Sie sind hier:
Doku-Startseite
≥
PHP-Handbuch
≥
PHP im Kern: Das Entwicklerhandbuch für die Zend Engine
≥
The "counter" Extension - A Continuing Example
≥
The Counter class
Ein Service von Reinhard Neidl -
Webprogrammierung
.
The "counter" Extension - A Continuing Example
<<
Objective interface
Counter::__construct
>>
∧
PHP-Handbuch
∧
PHP im Kern: Das Entwicklerhandbuch für die Zend Engine
∧
The "counter" Extension - A Continuing Example
The basic interface
Vordefinierte Konstanten
The Counter class
Beispiele
The extended interface
Installation/Konfiguration
UnterSeiten:
∨
Counter::bumpValue
∨
Counter::__construct
∨
Counter::getMeta
∨
Counter::getNamed
∨
Counter::getValue
∨
Counter::resetValue
∨
Counter::setCounterClass
The Counter class
Einführung
Represents a single counter object.
Klassenbeschreibung
Counter
{
__construct
(
string
$name
[,
integer
$initial_value
[,
integer
$flags
]] )
integer
getValue
(
void
)
bumpValue
(
integer
$offset
)
void
resetValue
(
void
)
mixed
getMeta
(
integer
$attribute
)
static
Counter
getNamed
(
string
$name
)
static
void
setCounterClass
(
string
$name
)
}
Inhaltsverzeichnis
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.
Keine BenutzerBeiträge.
-
Beiträge aktualisieren...