php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容
源代码在线查看: internals2.counter.counter-class.html
The Counter class Objective interface Counter::__construct The "counter" Extension - A Continuing Example PHP Manual The Counter class Introduction Represents a single counter object. Class synopsis Counter Counter { Counter::__construct ( string $name [, integer $initial_value [, integer $flags ]] ) integer Counter::getValue ( void ) void Counter::bumpValue ( integer $offset ) void Counter::resetValue ( void ) mixed Counter::getMeta ( integer $attribute ) static Counter Counter::getNamed ( string $name ) static void Counter::setCounterClass ( string $name ) } Table of ContentsCounter::__construct 鈥