Skip to content

Instantly share code, notes, and snippets.

@lucianovalenca
Created July 22, 2019 02:03
Show Gist options
  • Select an option

  • Save lucianovalenca/5cdc1482e33ac73322755d18e6e3294f to your computer and use it in GitHub Desktop.

Select an option

Save lucianovalenca/5cdc1482e33ac73322755d18e6e3294f to your computer and use it in GitHub Desktop.
$user = $collection->findOneAndUpdate(['_id' => $post['_id']], ['$set' => $post], ['returnDocument' => \MongoDB\Operation\FindOneAndUpdate::RETURN_DOCUMENT_AFTER]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment