APCUIterator::getTotalHits
(PECL apcu >= 5.0.0)
APCUIterator::getTotalHits — Get total cache hits
Описание
public int APCUIterator::getTotalHits
( void
)
Gets the total number of cache hits.
Внимание
К настоящему времени эта функция еще не была документирована; для ознакомления доступен только список аргументов.
Список параметров
У этой функции нет параметров.
Возвращаемые значения
The number of hits on success, or FALSE
on failure.
Смотрите также
- APCUIterator::getTotalCount() - Get total count
- APCUIterator::getTotalSize() - Get total cache size
- apc_cache_info() - Retrieves cached information from APC's data store
Коментарии
404 Not Found