//获取毫秒时间 function microsecond() { $t = explode(" ", microtime()); $microsecond = round(round($t[1].substr($t[0],2,3))); return $microsecond; }
原文地址:https://www.cnblogs.com/txw1958/p/php_microtimestamp.html
时间: 2024-10-29 17:33:51
//获取毫秒时间 function microsecond() { $t = explode(" ", microtime()); $microsecond = round(round($t[1].substr($t[0],2,3))); return $microsecond; }
原文地址:https://www.cnblogs.com/txw1958/p/php_microtimestamp.html