MongoDB\BSON\Timestamp::unserialize
MongoDB\BSON\UTCDateTime::__construct
MongoDB\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
,
Serializable
,
JsonSerializable
{
/* Methods */
final
public
__construct
([
integer|float|string|DateTimeInterface
$milliseconds
=
NULL
] )
final
public
mixed
jsonSerialize
(
void
)
final
public
string
serialize
(
void
)
final
public
DateTime
toDateTime
(
void
)
final
public
string
__toString
(
void
)
final
public
void
unserialize
(
string
$serialized
)
}
Changelog
Version
Description
1.2.0
Implements
Serializable
and
JsonSerializable
.
Table of Contents
MongoDB\BSON\UTCDateTime::__construct
— Construct a new UTCDateTime
MongoDB\BSON\UTCDateTime::jsonSerialize
— Returns a representation that can be converted to JSON
MongoDB\BSON\UTCDateTime::serialize
— Serialize a UTCDateTime
MongoDB\BSON\UTCDateTime::toDateTime
— Returns the DateTime representation of this UTCDateTime
MongoDB\BSON\UTCDateTime::__toString
— Returns the string representation of this UTCDateTime
MongoDB\BSON\UTCDateTime::unserialize
— Unserialize a UTCDateTime
MongoDB\BSON\Timestamp::unserialize
MongoDB\BSON\UTCDateTime::__construct
MongoDB\BSON
PHP Manual