PHP函数:microtime
2021-03-07 18:27
阅读:481
标签:www 可选参数 部分 lan 手册 纪元 时间戳 color targe microtime () - 返回当前 Unix 时间戳和微秒数。 说明: microtime ([ bool 参数: get_as_float 设为 TRUE,返回一个浮点数。如果调用时不带可选参数,本函数以 "msec sec" 的格式返回一个字符串,其中 sec 是自 Unix 纪元(0:00:00 January 1, 1970 GMT)起到现在的秒数,msec 是微秒部分。字符串的两部分都是以秒为单位返回的。 返回值: 当前 Unix 时间戳和微秒数。 参考链接: 手册 Enjoy it ! PHP函数:microtime 标签:www 可选参数 部分 lan 手册 纪元 时间戳 color targe 原文地址:https://www.cnblogs.com/daizhongxing/p/12884372.html$get_as_float
] ) : mixed
评论
亲,登录后才可以留言!