MongoDB\MapReduceResult Class
New in version 1.2.
Definition
MongoDB\MapReduceResult
This class extends PHP's IteratorAggregate interface. An instance of this class is returned by
MongoDB\Collection::mapReduce()
.This class allows for iteration of map-reduce results irrespective of the output method (e.g. inline, collection). It also provides access to command statistics.