Iterators
PHP Manual

The EmptyIterator class

소개

The EmptyIterator class for an empty iterator.

클래스 개요

EmptyIterator
EmptyIterator implements Iterator , Traversable {
/* Methods */
public void current ( void )
public void key ( void )
public void next ( void )
public void rewind ( void )
public void valid ( void )
}

Table of Contents


Iterators
PHP Manual