Counter
PHP Manual

Counter::bumpValue

(No version information available, might be only in CVS)

Counter::bumpValue — Change the current value of a counter.

Description

void Counter::bumpValue ( integer $offset )

Counter::bumpValue() updates the current value of a counter.

Liste de paramètres

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

Voir aussi


Counter
PHP Manual