Iteratoren
PHP Manual

The EmptyIterator class

(PHP 5 >= 5.1.0, PHP 7)

Einführung

The EmptyIterator class for an empty iterator.

Klassenbeschreibung

EmptyIterator implements Iterator {
/* Methoden */
public mixed current ( void )
public scalar key ( void )
public void next ( void )
public void rewind ( void )
public bool valid ( void )
}

Inhaltsverzeichnis


Iteratoren
PHP Manual