Iterator (interface)

The Iterator interface

Introduction

(PHP 5 >= 5.0.0, PHP 7)

Interface for external iterators or objects that can be iterated themselves internally.

Interface synopsis

Iterator extends Traversable {
/* Methods */
abstract public mixed current ( void )
abstract public scalar key ( void )
abstract public void next ( void )
登录查看完整内容