|
MongoDB\BSON\Timestamp::__toStringReturns the string representation of this Timestamp 説明
final public string MongoDB\BSON\Timestamp::__toString()
パラメータこの関数にはパラメータはありません。 戻り値Returns the string representation of this Timestamp. 例例1 MongoDB\BSON\Timestamp::__toString example
上の例の出力は、 たとえば以下のようになります。 string(11) "[1234:5678]" |