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