將mongodb 中的_id 轉化爲時間戳

php手冊上給出的示例:https://www.php.net/manual/zh/mongoid.gettimestamp.php, 其餘語言也能夠參考作轉化。php <?php $id = new \MongoDB\BSON\ObjectID('42cf58a2e1c5ede216cb7f05'); $timestamp = hexdec(substr($id, 0, 8)); 實際上這樣用也
相關文章
相關標籤/搜索