Freelance PHP programmer India | Freelance web developer india | Web development India | web developer CV india | Compiling PHP and Apache 2 from source on Linux
IteratorAggregate
PHP Manual

IteratorAggregate::getIterator

(No version information available, might be only in CVS)

IteratorAggregate::getIteratorRetrieve an external iterator

Description

abstract public Traversable IteratorAggregate::getIterator ( void )

Returns an external iterator.

Parameters

This function has no parameters.

Return Values

An instance of an object implementing Iterator or Traversable

Errors/Exceptions

Throws an Exception on failure.


IteratorAggregate
PHP Manual