MongoDB\BSON\UTCDateTime::__toString
(mongodb >=1.0.0)
MongoDB\BSON\UTCDateTime::__toString — Returns the string representation of this UTCDateTime
说明
参数
此函数没有参数。
返回值
Returns the string representation of this UTCDateTime.
示例
示例 #1 MongoDB\BSON\UTCDateTime::__toString() example
<?php
$utcdatetime = new MongoDB\BSON\UTCDateTime(1416445411987);
var_dump((string) $utcdatetime);
?>
以上示例会输出:
string(13) "1416445411987"
+添加备注
用户贡献的备注
此页面尚无用户贡献的备注。
备份地址:http://www.lvesu.com/blog/php/mongodb-bson-utcdatetime.tostring.php