Counter::__construct
Counter::bumpValue
Counter
在线手册:
中文
英文
PHP手册
Counter::getValue
Counter::getValue
—
获取计数器的当前值。
说明
integer
Counter::getValue
(
void
)
Counter::getValue()
返回计数器的当前值
返回值
Counter::getValue()
返回一个整数。
参见
Counter::bumpValue()
- 修改计数器的当前值。
Counter::resetValue()
- 重置计数器的当前值。
Counter::__construct
Counter::bumpValue
Counter
在线手册:
中文
英文
PHP手册