APCIterator::getTotalCount
(PECL apc >= 3.1.1)
APCIterator::getTotalCount — Get total count
Description
public int APCIterator::getTotalCount
( void
)
Get the total count.
Warning
This function is currently not documented; only its argument list is available.
Parameters
This function has no parameters.
Return Values
The total count.
See Also
- APCIterator::getTotalHits() - Get total cache hits
- APCIterator::getTotalSize() - Get total cache size
- apc_cache_info() - Retrieves cached information from APC's data store
- PHP Руководство
- Функции по категориям
- Индекс функций
- Справочник функций
- Изменение поведения PHP
- Alternative PHP Cache
- Функция APCIterator::__construct() - Constructs an APCIterator iterator object
- Функция APCIterator::current() - Get current item
- Функция APCIterator::getTotalCount() - Get total count
- Функция APCIterator::getTotalHits() - Get total cache hits
- Функция APCIterator::getTotalSize() - Get total cache size
- Функция APCIterator::key() - Get iterator key
- Функция APCIterator::next() - Move pointer to next item
- Функция APCIterator::rewind() - Rewinds iterator
- Функция APCIterator::valid() - Checks if current position is valid
Коментарии
404 Not Found