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

源代码在线查看: function.apc-clear-cache.html

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

相关代码

												 				  Clears the APC cache				  				 				 				 apc_cache_info				 apc_compile_file				 APC Functions				 PHP Manual								 				  apc_clear_cache				  (PECL apc:2.0-3.0.9)apc_clear_cache — 				   Clears the APC cache				  								 				 				  Description				  				   bool apc_clear_cache				    ([ string $cache_type				  ] )								  				   Clears the user/system cache.				  				 												 				  Return Values				  				   Returns TRUE on success or FALSE on failure.				  				 												 				  Parameters				  				   								    								     cache_type												     								      				       If cache_type				 is "user", the				       user cache will be cleared; otherwise, the system cache (cached files)				       will be cleared.				      				     								    								   								  				 												 				  See Also				  				   				    apc_cache_info()				   				  				 																 apc_cache_info				 apc_compile_file				 APC Functions				 PHP Manual											

相关资源