Iterators
PHP Manual

The EmptyIterator class

(PHP 5 >= 5.1.0, PHP 7)

소개

The EmptyIterator class for an empty iterator.

클래스 개요

EmptyIterator implements Iterator {
/* 메소드 */
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