Counter
PHP 手册

Counter::bumpValue

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

说明

void Counter::bumpValue ( integer $offset )

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

参数

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

参见


Counter
PHP 手册