« 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
(
int
|
float
|
string
|
DateTimeInterface
$milliseconds
=
null
)
final
public
jsonSerialize
( ) :
mixed
final
public
serialize
( ) :
string
final
public
toDateTime
( ) :
DateTime
final
public
__toString
( ) :
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