Iterators
PHP Manual

The EmptyIterator class

(PHP 5 >= 5.1.0, PHP 7)

Introduction

The EmptyIterator class for an empty iterator.

Class synopsis

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

Table of Contents


Iterators
PHP Manual