GoLang counter_bump

request it (292)
GoLang replacement for PHP's counter_bump [edit | history]



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

PHP counter_bump

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

counter_bump

counter_bump Update the current value of the basic counter

Description

void counter_bump ( int $offset )

counter_bump() updates the current value of the basic interface's counter.

Parameters

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

See Also