Skip to content

Instantly share code, notes, and snippets.

@lucianovalenca
Created August 27, 2019 00:00
Show Gist options
  • Select an option

  • Save lucianovalenca/4f7d323d7ee8d1acd6b03d5b3fbe16ed to your computer and use it in GitHub Desktop.

Select an option

Save lucianovalenca/4f7d323d7ee8d1acd6b03d5b3fbe16ed to your computer and use it in GitHub Desktop.
<?php
$filter = ['_id' => ['$in' => $idsObjArray]];
cursor = $myCollection->find($filter, [])->toArray();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment