I'm not trying to limit the number of results. I'm trying to find a way to only cycle N documents of the collection, when using
collection->find([]);
Is there an option or flag for that? Using PHP Cheers.
I'm not trying to limit the number of results. I'm trying to find a way to only cycle N documents of the collection, when using
collection->find([]);
Is there an option or flag for that? Using PHP Cheers.