update : 2015.11.03
php.shukuma.com

검색:
 
 
Change the current value of a counter.

Counter::bumpValue

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

설명

Counter::bumpValue ( integer $offset )

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

인수

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

참고