MongoDB\BSON\Timestamp::__toString

(mongodb >=1.0.0)

MongoDB\BSON\Timestamp::__toStringReturns the string representation of this Timestamp

说锟斤拷

final public MongoDB\BSON\Timestamp::__toString ( void ) : string

锟斤拷锟斤拷

锟剿猴拷锟斤拷没锟叫诧拷锟斤拷锟斤拷

锟斤拷锟斤拷值

Returns the string representation of this Timestamp.

锟斤拷锟斤拷

Example #1 MongoDB\BSON\Timestamp::__toString() example

<?php

$timestamp 
= new MongoDB\BSON\Timestamp(12345678);
var_dump((string) $timestamp);

?>

锟斤拷锟斤拷锟斤拷锟教碉拷锟斤拷锟斤拷锟斤拷锟斤拷冢锟�

string(11) "[1234:5678]"