• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • APCIterator::getTotalHits()

    (PECL apc >= 3.1.1)

    获取缓存命中数

    说明

    publicAPCIterator::getTotalHits(void): int

    获取缓存命中的总数。

    Warning

    本函数还未编写文档,仅有参数列表。

    参数

    此函数没有参数。

    返回值

    成功时返回命中次数,失败时返回FALSE

    参见

    • APCIterator::getTotalCount() 获取总数
    • APCIterator::getTotalSize() 获取所有缓存的尺寸大小
    • apc_cache_info()Retrieves cached information from APC's data store