SPL-StandardPHPLibrary
Public Member Functions | List of all members
Iterator Interface Reference
Inheritance diagram for Iterator:
Inheritance graph
Collaboration diagram for Iterator:
Collaboration graph

Public Member Functions

 current ()
 
 key ()
 
 next ()
 
 rewind ()
 
 valid ()
 

Detailed Description

Basic iterator.

Since
PHP 5.0

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

Note
This is an engine internal interface.

Definition at line 549 of file spl.php.

Member Function Documentation

Iterator::current ( )
Iterator::key ( )
Iterator::next ( )
Iterator::rewind ( )
Iterator::valid ( )

The documentation for this interface was generated from the following file: