使用APC缓存优化PHP程序
缓存信息
apc_clear_cache() 清除apc缓存内容。 默认(无参数)时,只清除系统缓存,要清除用户缓存,需用‚user‘参数。 apc_define_constants ( string key, array constants [, bool case_sensitive] ) 将数组constants以常量加入缓存。 apc_load_constants (string Key)。 取出常量缓存。 apc_store ( string key, mixed var [, int ttl] )。 在缓存中保存数据。 apc_fetch ( string key )。 获得apc_store保存的缓存内容 apc_delete ( string key )。 删除apc_store保存的内容。 apc的管理: 到pecl.php.net下载apc源码包有个apc.php,copy到你的web server可以访问到的地方,浏览即可访问。 管理界面功能有: 1. Refresh Data 2. View Host Stats 3. System Cache Entries 4. User Cache Entries 5. Version Check |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |