Php/docs/internals2.counter.counter-class

来自菜鸟教程
跳转至:导航、​搜索

简介

表示一个独立的计数器对象。


类摘要


Counter {

__construct ( string $name [, integer $initial_value [, integer $flags ]] )

getValue ( ) : integer

bumpValue ( integer $offset ) : void

resetValue ( ) : void

getMeta ( integer $attribute ) : mixed

static getNamed ( string $name ) : Counter

static setCounterClass ( string $name ) : void

}

Table of Contents