MongoDB\BSON\Timestamp::__toString
MongoDB\BSON\UTCDateTime::__construct
MongoDB\BSON
PHP Manual
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
$milliseconds
)
final
public
DateTime
toDateTime
(
void
)
final
public
string
__toString
(
void
)
}
Tabla de contenidos
MongoDB\BSON\UTCDateTime::__construct
— Construct a new 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\Timestamp::__toString
MongoDB\BSON\UTCDateTime::__construct
MongoDB\BSON
PHP Manual