counter_bump
counter_bump — 修改简单计数器的当前值。
说明
counter_bump
( integer
$offset
) : voidcounter_bump() 修改使用简单接口的计数器的当前值。
参数
-
offset - 计数器值的变化量。可为负数。
参见
- counter_get() - 获取简单计数器的当前值。
- counter_reset() - 重置简单计数器的当前值。
User Contributed Notes
There are no user contributed notes for this page.
备份地址:http://www.lvesu.com/blog/php/internals2.counter.function.counter-bump.php