GoLang Counter::bumpValue

request it (286)
GoLang replacement for PHP's Counter::bumpValue [edit | history]



Do you know a GoLang replacement for PHP's Counter::bumpValue? Write it!

PHP Counter::bumpValue

PHP original manual for Counter::bumpValue [ show | php.net ]

Counter::bumpValue

Counter::bumpValue Change the current value of a counter

Description

Counter::bumpValue ( int $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