PHP 获取毫秒
function msec_time() {list($msec, $sec) = explode(' ', microtime());$msectime = (float)sprintf('%.0f', (floatval($msec) + floatval($sec)) * 1000);return $msectime;
}
總結
- 上一篇: 苹果宣布前CEO史蒂夫·乔布斯逝世 世上
- 下一篇: SAP 移动类型详解 大全说明