The OuterIterator interface

(PHP 5 >= 5.1.0, PHP 7)

Wstęp

Classes implementing OuterIterator can be used to iterate over iterators.

Zestawienie interfejsu

OuterIterator extends Iterator {
/* Metody */
public getInnerIterator ( void ) : Iterator
/* Metody dziedziczone */
abstract public Iterator::current ( void ) : mixed
abstract public Iterator::key ( void ) : scalar
abstract public Iterator::next ( void ) : void
abstract public Iterator::rewind ( void ) : void
abstract public Iterator::valid ( void ) : bool
}

Spis treści

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top