SPL-StandardPHPLibrary
Public Member Functions
Iterator Interface Reference
Inheritance diagram for Iterator:
Inheritance graph
[legend]
Collaboration diagram for Iterator:
Collaboration graph
[legend]

List of all members.

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: