php man page for apciterator

Query: apciterator

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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
recursiveiteratoriterator(3) - php
splqueue(3) - php
arrayiterator(3) - php
reflectionfunctionabstract(3) - php
spldoublylinkedlist(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
Please Welcome Nicki Paul to the Moderator Team!