"counter" 扩展 - 一个连续的实例
PHP Manual

Counter 类

简介

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

类摘要

Counter {
__construct ( string $name [, integer $initial_value [, integer $flags ]] )
integer getValue ( void )
void bumpValue ( integer $offset )
void resetValue ( void )
mixed getMeta ( integer $attribute )
static Counter getNamed ( string $name )
static void setCounterClass ( string $name )
}

Table of Contents


"counter" 扩展 - 一个连续的实例
PHP Manual