update : 2015.11.03
php.shukuma.com

검색:
 
 
The EmptyIterator class

The EmptyIterator class

(PHP 5 >= 5.1.0)

소개

The EmptyIterator class for an empty iterator.

클래스 개요

EmptyIterator implements Iterator {
/* 메소드 */
public void current ( void )
public void key ( void )
public void next ( void )
public void rewind ( void )
public void valid ( void )
}

Table of Contents