counter_bump_value

counter_bump_value Change the current value of a counter resource

Descrierea

counter_bump_value ( resource $counter , int $offset ) : void

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

Parametri

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

A se vedea și

add a note add a note

User Contributed Notes

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