apciterator(3) php man page | unix.com

Man Page: apciterator

Operating Environment: php

Section: 3

APCITERATOR(3)								 1							    APCITERATOR(3)

The APCIterator class

INTRODUCTION
The APCIterator class makes it easier to iterate over large APC caches. This is helpful as it allows iterating over large caches in steps, while grabbing a defined number of entries per lock instance, so it frees the cache locks for other activities rather than hold up the entire cache to grab 100 (the default) entries. Also, using regular expression matching is more efficient as it's been moved to the C level.
CLASS SYNOPSIS
APCIterator APCIteratorIterator Methods o public APCIterator::__construct (string $cache, [mixed $search = null], [int $format = APC_ITER_ALL], [int $chunk_size = 100], [int $list = APC_LIST_ACTIVE]) o public mixed APCIterator::current (void ) o public int APCIterator::getTotalCount (void ) o public int APCIterator::getTotalHits (void ) o public int APCIterator::getTotalSize (void ) o public string APCIterator::key (void ) o public void APCIterator::next (void ) o public void APCIterator::rewind (void ) o public void APCIterator::valid (void ) PHP Documentation Group APCITERATOR(3)
Related Man Pages
recursivetreeiterator(3) - php
reflectionfunction(3) - php
reflectionfunctionabstract(3) - php
spldoublylinkedlist(3) - php
splstack(3) - php
Similar Topics in the Unix Linux Community
Rules for Homework & Coursework Questions Forum
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
Status of UNIX.COM Forum Transformation
Please Welcome Ravinder Singh to the Moderation Team
Denial Of Service Attack Update