会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Depressiom
人终究是要学会独处享受孤独的! 钱,能治愈一切自卑!忙,能治愈一切矫情!
博客园
首页
新随笔
联系
订阅
管理
2023年3月21日
PHP 当前的毫秒时间戳
摘要: //返回当前的毫秒时间戳 function msectime() { list($msec, $sec) = explode(' ', microtime()); $msectime = (float)sprintf('%.0f', (floatval($msec) + floatval($sec)
阅读全文
posted @ 2023-03-21 17:28 depressiom
阅读(207)
评论(0)
推荐(0)
编辑