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
splqueue(3) - php
arrayiterator(3) - php
recursivearrayiterator(3) - php
recursivetreeiterator(3) - php
yaf_session(3) - php
Similar Topics in the Unix Linux Community
Forum Video Tutorial: How to Use Code Tags
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
New Code Tags (Syntax Highlighting)
Please Welcome Nicki Paul to the Moderator Team!