EmptyIterator (class)

The EmptyIterator class

Introduction

(PHP 5 >= 5.1.0, PHP 7)

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 (