PHP 7.0.6 Released

The MongoDB\BSON\UTCDateTime class

(mongodb >=1.0.0)

Introduction

Represents a ยป BSON date.

Class synopsis

MongoDB\BSON\UTCDateTime implements MongoDB\BSON\Type {
/* Methods */
final public __construct ( integer $milliseconds )
final public DateTime toDateTime ( void )
final public string __toString ( void )
}

Table of Contents

User Contributed Notes

There are no user contributed notes for this page.
To Top