? Counter::__construct
Counter::bumpValue ?
PHP Manual
Counter
获取计数器的当前值。
Counter::getValue
Counter::getValue
—
获取计数器的当前值。
说明
Counter::getValue
(
void
) :
integer
Counter::getValue()
返回计数器的当前值
返回值
Counter::getValue()
返回一个整数。
参见
Counter::bumpValue()
- 修改计数器的当前值。
Counter::resetValue()
- 重置计数器的当前值。
User Contributed Notes
There are no user contributed notes for this page.