IteratorAggregate::getIterator

(PHP 5, PHP 7, PHP 8)

IteratorAggregate::getIteratorRetrieve an external iterator

Descrierea

abstract public IteratorAggregate::getIterator ( ) : Traversable

Returns an external iterator.

Parametri

Această funcție nu are parametri.

Valorile întoarse

An instance of an object implementing Iterator or Traversable

Erori/Excepții

Throws an Exception on failure.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top