登录 注册
当前位置:主页 > 资源下载 > 9 > APC缓存的详细使用说明

APC缓存的详细使用说明

  • 更新:2024-05-26 15:58:32
  • 大小:10KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:PHP - 后端
  • 格式:TXT

资源介绍

apc的详细配置 文档片段: apc_cache_info () 返回缓存信息 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保存的内容。