« 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
MongoDB\BSON\UTCDateTime
implements
MongoDB\BSON\Type
{
/* Métodos */
final
public
__construct
([
integer|float|string|DateTimeInterface
$milliseconds
=
NULL
] )
final
public
jsonSerialize
(
void
) :
mixed
final
public
serialize
(
void
) :
string
final
public
toDateTime
(
void
) :
DateTime
final
public
__toString
(
void
) :
string
final
public
unserialize
(
string
$serialized
) :
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::__toString
— Returns the string representation of this UTCDateTime
MongoDB\BSON\UTCDateTime::unserialize
— Unserialize a UTCDateTime