AbstractCollection::getIterator

The getIterator() method provides an iterator for traversing the collection.

Description

public AbstractCollection::getIterator(): \Traversable

Parameters

None

Return Value

Returns a \Traversable object that can be used to iterate over the collection.

Exceptions

None

Source Code
If you find this project useful, consider leaving a on GitHub! Thank you!