0

我正在尝试创建日期对象以使用 PHP 在 MongoDB 中创建文档。

我在 PHP 文档中看到,new MongoDate()但我正在使用 PHP7 的“新”驱动程序 MongoDB(此文档),但我不能使用它。

我尝试使用 MongoDB\BSON\Date 但我得到了Class 'Date' not found

我搜索了新的驱动程序文档和stackoverflow,但没有...

有谁知道如何使用“新”php 驱动程序创建日期对象?

4

1 回答 1

0

类的名称是\MongoDB\BSON\UTCDateTime: http: //php.net/manual/en/class.mongodb-bson-utcdatetime.php

于 2016-03-17T10:05:26.780 回答