计算当前时间--毫秒

/** * 当前时间 * * @access public * @return float 返回当前毫秒数 */ function msectime() { list($msec, $sec) = explode(' ', microtime()); $msectime = (float)sprintf('%.0f', (floatval($msec) + floatval($s
相关文章
相关标签/搜索