microtime1 PHP 마이크로타임 microtime function getmicrotime() { list($usec, $sec) = explode(" ", microtime()); return ((float)$usec + (float)$sec); } $time_start = getmicrotime(); 2008. 10. 18. 이전 1 다음