good afternoon,
I'm not able to do the "select" in php for MongoDB.
I need 20 random results. I'm trying to use the rand () function, but I can not make it work.
I'm trying this:
return $db->anuncios->find()->rand()->limit(20);
But is not working.