計算當前時間--毫秒

/** * 當前時間 * * @access public * @return float 返回當前毫秒數 */ function msectime() { list($msec, $sec) = explode(' ', microtime()); $msectime = (float)sprintf('%.0f', (floatval($msec) + floatval($s
相關文章
相關標籤/搜索