For AI agents: a documentation index is available at https://www.mongodb.com/docs/llms.txt — markdown versions of all pages are available by appending .md to any URL path.
Docs Menu

MongoDB\MapReduceResult Class

New in version 1.2.

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.