manual.verysource.com
源码
技术论坛
博客
程序员在线工具箱
php教程
php手册
php手册
PHP Manual
"counter" 扩展 - 一个连续的实例
Counter 类
Counter 类
简介
表示一个独立的计数器对象。
类摘要
Counter
{
__construct
(
string
$name
[,
integer
$initial_value
[,
integer
$flags
]] )
getValue
(
void
) :
integer
bumpValue
(
integer
$offset
) :
void
resetValue
(
void
) :
void
getMeta
(
integer
$attribute
) :
mixed
static
getNamed
(
string
$name
) :
Counter
static
setCounterClass
(
string
$name
) :
void
}
Table of Contents
Counter::__construct
— 创建一个包含单一数值的计数器实例。
Counter::getValue
— 获取计数器的当前值。
Counter::bumpValue
— 修改计数器的当前值。
Counter::resetValue
— 重置计数器的当前值。
Counter::getMeta
— 返回计数器的部分元信息。
Counter::getNamed
— 取回一个名称已存在的计数器。
Counter::setCounterClass
— 设置由 Counter::getNamed 返回的计数器类。
User Contributed Notes
There are no user contributed notes for this page.
CopyRight © 2008-2022 verySource.Com All Rights reserved.
京ICP备17048824号-1
京公网安备:11010502034788