MongoDB\BSON\Timestamp::__toString
MongoDB\BSON\UTCDatetime::__construct
MongoDB\Driver\BSON
PHP Manual
The MongoDB\BSON\UTCDatetime class
(mongodb >=1.0.0)
Introduction
Represents a
» BSON date
.
Class synopsis
MongoDB\BSON\UTCDatetime
implements
MongoDB\BSON\Type
{
/* Methods */
final
public
__construct
(
string
$milliseconds
)
final
public
ReturnType
toDateTime
(
void
)
final
public
ReturnType
__toString
(
void
)
}
Table of Contents
MongoDB\BSON\UTCDatetime::__construct
— Description
MongoDB\BSON\UTCDatetime::toDateTime
— Description
MongoDB\BSON\UTCDatetime::__toString
— Description
MongoDB\BSON\Timestamp::__toString
MongoDB\BSON\UTCDatetime::__construct
MongoDB\Driver\BSON
PHP Manual