APCIterator::getTotalSize
(PECL apc >= 3.1.1)
APCIterator::getTotalSize — Get total cache size
Описание
public int APCIterator::getTotalSize
( void
)
Gets the total cache size.
Внимание
К настоящему времени эта функция еще не была документирована; для ознакомления доступен только список аргументов.
Список параметров
У этой функции нет параметров.
Возвращаемые значения
The total cache size.
Смотрите также
- APCIterator::getTotalCount() - Get total count
- APCIterator::getTotalHits() - Get total cache hits
- 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