LoginSignup
0
0

More than 5 years have passed since last update.

【PHP】MongoDBで特定のObjectIDを含んだドキュメントを検索する

Last updated at Posted at 2016-10-04

new MongoId()を使用して検索する。

$result = $collection->findOne(['_id' => new MongoId("512oj4afe4b01e2p4a92a210")]);

参考リンク

Find a document with ObjectID in mongoDB

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0