最近的工作中篙耗,需要顯示日志的毫秒時(shí)間。
記錄一下宪赶,寫的方法宗弯。
function udate($format, $timestamp=null) {
$utimestamp = microtime(true);
t i m e s t a m p = f l o o r ( timestamp = floor(timestamp=floor(utimestamp);
m i l l i s e c o n d s = r o u n d ( ( milliseconds = round((milliseconds=round((utimestamp - $timestamp) * 1000);
return date(preg_replace(’(?<!\\\\)u’, $milliseconds, $format), $timestamp);
}
echo udate(‘Y-m-d H:i:s.u’, time());
顯示效果:
這是本地測(cè)試的效果,錯(cuò)誤是因?yàn)橛行﹨?shù)搂妻,本地傳不了