- PHP 手册
- PHP 核心:骇客指南
- "counter" 扩展 - 一个连续的实例
- Counter
Counter::getValue
Counter::getValue — 获取计数器的当前值。
说明
Counter::getValue ( void ) : integerCounter::getValue() 返回计数器的当前值
返回值
Counter::getValue() 返回一个整数。
参见
- Counter::bumpValue() - 修改计数器的当前值。
- Counter::resetValue() - 重置计数器的当前值。
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/internals2.counter.counter-class.getValue.php