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

search for in the

OuterIterator::getInnerIterator> <Countable::count
[edit] Last updated: Fri, 24 May 2013

view this page in

El interfaz OuterIterator

(PHP 5 >= 5.1.0)

Introducción

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

Sinopsis de la Interfaz

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 )
abstract public void Iterator::rewind ( void )
abstract public boolean Iterator::valid ( void )
}

Tabla de contenidos



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

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