创建日期对象 MongoDB 新 php 驱动程序
Create Date Object MongoDB new php driver
我正在尝试创建日期对象以在 MongoDB 中使用 PHP 创建文档。
我在 PHP 文档中看到 new MongoDate()
但我正在为 PHP7 (this doc) 使用 'new' 驱动程序 MongoDB我不能用这个。
我试过 MongoDB\BSON\Date 但我得到了 Class 'Date' not found
我搜索了新的驱动程序文档和 Whosebug,但一无所获...
有谁知道如何使用 'new' php 驱动程序创建日期对象?
class 的名称是 \MongoDB\BSON\UTCDateTime
:http://php.net/manual/en/class.mongodb-bson-utcdatetime.php
我正在尝试创建日期对象以在 MongoDB 中使用 PHP 创建文档。
我在 PHP 文档中看到 new MongoDate()
但我正在为 PHP7 (this doc) 使用 'new' 驱动程序 MongoDB我不能用这个。
我试过 MongoDB\BSON\Date 但我得到了 Class 'Date' not found
我搜索了新的驱动程序文档和 Whosebug,但一无所获...
有谁知道如何使用 'new' php 驱动程序创建日期对象?
class 的名称是 \MongoDB\BSON\UTCDateTime
:http://php.net/manual/en/class.mongodb-bson-utcdatetime.php