PHP Doku:: Change the current value of a counter resource. - internals2.counter.function.counter-bump-value.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchPHP im Kern: Das Entwicklerhandbuch für die Zend EngineThe "counter" Extension - A Continuing ExampleThe extended interfacecounter_bump_value

Ein Service von Reinhard Neidl - Webprogrammierung.

The extended interface

<<counter_get_value

counter_reset_value>>

counter_bump_value

counter_bump_value Change the current value of a counter resource.

Beschreibung

void counter_bump_value ( resource $counter , integer $offset )

counter_bump_value() updates the current value of a counter resource.

Parameter-Liste

counter
The counter resource to operate on.
offset
The amount by which to change the counter's value. Can be negative.

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)