- Reference >
- Result Classes >
- MongoDB\MapReduceResult::getIterator()
MongoDB\MapReduceResult::getIterator()
On this page
Definition
-
MongoDB\MapReduceResult::getIterator
Returns a Traversable, which may be used to iterate through the results of the map-reduce operation.
Return Values
A Traversable, which may be used to iterate through the results of the map-reduce operation.
Example
This example iterates through the results of a map-reduce operation.
The output would then resemble: