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

search for in the

OuterIterator::getInnerIterator> <Countable::count
Last updated: Fri, 20 May 2011

view this page in

El interfaz OuterIterator

Introducción

Las clases que implementan OuterIterator pueden ser usadas para iterar sobre iteradores.

Interfaz synopsis

OuterIterator extends Iterator {
/* Métodos */
public Iterator getInnerIterator ( void )
/* Métodos heredados */
abstract public mixed Iterator::current ( void )
abstract public scalar Iterator::key ( void )
abstract public void Iterator::next ( void )
resumenpúblicovoid Iterator::rewind ( void )
resumen público boolean Iterator::valid ( void )
}

Table of Contents



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

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