PHP 获取毫秒时间戳

1 //返回当前的毫秒时间戳
2 function msectime(){
3     return floor(microtime(true)*1000);
4 }

 

posted @ 2020-12-01 10:07  糖糖Y  阅读(115)  评论(0编辑  收藏  举报