|
MongoDB\BSON\UTCDateTime::__toStringReturns the string representation of this UTCDateTime Description
final public string MongoDB\BSON\UTCDateTime::__toString()
ParametersThis function has no parameters. Return ValuesReturns the string representation of this UTCDateTime. ExamplesExample #1 MongoDB\BSON\UTCDateTime::__toString example
The above example will output: string(13) "1416445411987" See Also |