php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容

源代码在线查看: internals2.counter.counter-class.html

软件大小: 3633 K
上传用户: fengkuangyidao
关键词: php PHP 文档 实际应用
下载地址: 免注册下载 普通下载 VIP

相关代码

												 				  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 鈥			

相关资源