IteratorAggregate::getIterator
(PHP 5, PHP 7, PHP 8)
IteratorAggregate::getIterator — Retrieve an external iterator or traversable
Description
Returns an external iterator or traversable.
Parameters
This function has no parameters.
Return Values
An instance of an object implementing Iterator or Traversable
Errors/Exceptions
Throws an Exception on failure.
+add a note
User Contributed Notes
There are no user contributed notes for this page.