你好,欢迎来到js代码网。
会员中心 | 收藏本站 | 设为首页 | 在线手册 | 帮助中心
PHP获取毫秒时间戳代码如下:
list($msec, $sec) = explode(' ', microtime()); $msectime = (float)sprintf('%.0f', (floatval($msec) + floatval($sec)) * 1000);