迭代器
PHP Manual

The EmptyIterator class

(PHP 5 >= 5.1.0)

简介

The EmptyIterator class for an empty iterator.

类摘要

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

Table of Contents


迭代器
PHP Manual