PHP 7.0.6 Released

Counter::bumpValue

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

Description

Counter::bumpValue ( integer $offset )

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

Parameters

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

See Also

User Contributed Notes

There are no user contributed notes for this page.
To Top