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

User Contributed Notes

There are no user contributed notes for this page.