MongoDate::__toString

Returns a string representation of this date

注意:

このメソッドを定義している拡張モジュールは非推奨です。 かわりに MongoDB 拡張モジュールを使うべきです。 このメソッドの代替として、以下が使えます。

  • MongoDB\BSON\UTCDateTime::__toString

説明

public string MongoDate::__toString ( void )

Returns a string representation of this date, similar to the representation returned by microtime.

パラメータ

この関数にはパラメータはありません。

返り値

This date.