« MongoDB\BSON\Timestamp::unserialize
MongoDB\BSON\UTCDateTime::__construct »
PHP Manual
MongoDB\BSON
La clase MongoDB\BSON\UTCDatetime
La clase MongoDB\BSON\UTCDatetime
(mongodb >=1.0.0)
Introducción
Represents a
» BSON date
.
Sinopsis de la Clase
class
MongoDB\BSON\UTCDateTime
implements
MongoDB\BSON\Type
{
/* Métodos */
final
public
__construct
(
int
|
float
|
string
|
MongoDB\BSON\Int64
|
DateTimeInterface
|
null
$milliseconds
=
null
)
final
public
jsonSerialize
():
mixed
final
public
serialize
():
string
final
public
toDateTime
():
DateTime
final
public
toDateTimeImmutable
():
DateTimeImmutable
final
public
__toString
():
string
final
public
unserialize
(
string
$data
):
void
}
Tabla de contenidos
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::toDateTimeImmutable
— Returns the DateTimeImmutable representation of this UTCDateTime
MongoDB\BSON\UTCDateTime::__toString
— Returns the string representation of this UTCDateTime
MongoDB\BSON\UTCDateTime::unserialize
— Unserialize a UTCDateTime