OuterIterator (interface)

The OuterIterator interface

Introduction

(PHP 5 >= 5.1.0, PHP 7)

Classes implementing OuterIterator can be used to iterate over iterators.

Interface synopsis

OuterIterator extends Iterator {
/* Methods */
public Iterator getInnerIterator ( void )
/* Inherited methods */
abstract public mixed Iterator::current ( void )

登录查看完整内容