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 current ( void ) : mixed
public key ( void ) : scalar
public next ( void ) : void
public rewind ( void ) : void
public valid ( void ) : bool
}

Inhaltsverzeichnis