GoLang counter_bump_value

request it (302)
GoLang replacement for PHP's counter_bump_value [edit | history]



Do you know a GoLang replacement for PHP's counter_bump_value? Write it!

PHP counter_bump_value

PHP original manual for counter_bump_value [ show | php.net ]

counter_bump_value

counter_bump_value Change the current value of a counter resource

Description

void counter_bump_value ( resource $counter , int $offset )

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

Parameters

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

See Also