downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

APCIterator::__construct> <apc_store
Last updated: Fri, 20 May 2011

view this page in

La clase APCIterator

Introducción

La clase APCIterator hace que sea más sencillo iterar sobre grandes cachés de APC. Esto es útilya que permite iterar sobre grandes cachés por pasos, mientras aprovecha un número definido de entradas por instancia de cierre, por lo que libera los cierres de caché para otras actividades, en vez de mantener la caché completa para aprovechar 100 (por defecto) entradas. También, usar comparaciones con expresiones regulares es más eficiente ya así se traslada al nivel de C.

Clases sinopsis

APCIterator implements Iterator , Traversable {
/* Methods */
__construct ( string $cache [, mixed $search = null [, int $format [, int $chunk_size = 100 [, int $list ]]]] )
public mixed current ( void )
public int getTotalCount ( void )
public int getTotalHits ( void )
public int getTotalSize ( void )
public string key ( void )
public void next ( void )
public void rewind ( void )
public void valid ( void )
}

Table of Contents



add a note add a note User Contributed Notes APCIterator
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites