1 //返回当前的毫秒时间戳 2 function msectime(){ 3 return floor(microtime(true)*1000); 4 }
PHP 获取毫秒时间戳
原文:https://www.cnblogs.com/Jessie-candy/p/14066512.html