Doctrine\MongoDB\Aggregation Builder::unwind in PHP: 2 esempi trovati. Questi sono i migliori esempi reali in PHP per Doctrine\MongoDB\Aggregation\Builder::unwind, estratti da progetti open source. Li puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
Deconstructs an array field from the input documents to output a document
for each element. Each output document is the input document with the
value of the array field replaced by the element.
See also:
http://docs.mongodb.org/manual/reference/operator/aggregation/unwind/