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

search for in the

CachingIterator::__construct> <ArrayIterator::valid
Last updated: Fri, 13 Nov 2009

view this page in

A classe CachingIterator

Introdução

...

Sinopse da classe

CachingIterator
CachingIterator extends IteratorIterator implements OuterIterator , Traversable , Iterator , ArrayAccess , Countable {
/* Métodos */
__construct ( Iterator $iterator [, string $flags ] )
public void count ( void )
public void current ( void )
public void getCache ( void )
public void getFlags ( void )
public void getInnerIterator ( void )
bool hasNext ( void )
public void key ( void )
void next ( void )
public void offsetExists ( string $index )
public void offsetGet ( string $index )
public void offsetSet ( string $index , string $newval )
public void offsetUnset ( string $index )
void rewind ( void )
public void setFlags ( bitmask $flags )
string __toString ( void )
bool valid ( void )
}

Índice



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

CachingIterator::__construct> <ArrayIterator::valid
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites