Php/docs/internals2.counter.counter-class

提供:Dev Guides
< Php
移動先:案内検索

はじめに

単一のカウンタオブジェクトを表します。


クラス概要


Counter {

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

getValue ( ) : int

bumpValue ( int $offset )

voidresetValue ( )

getMeta ( int $attribute ) : mixed

static getNamed ( string $name ) : Counter

static voidsetCounterClass ( string $name )

}

目次