|
MongoDB\BSON\UTCDateTime::__toStringReturns the string representation of this UTCDateTime 説明
final public string MongoDB\BSON\UTCDateTime::__toString()
パラメータこの関数にはパラメータはありません。 戻り値Returns the string representation of this UTCDateTime. 例例1 MongoDB\BSON\UTCDateTime::__toString example
上の例の出力は以下となります。 string(13) "1416445411987" |