function exact_time() {
$t = explode(' ',microtime());
return floor(($t[0] + $t[1])*1000);
}
second단위는 floor(microtime(true));
'IT > PHP' 카테고리의 다른 글
[php] 간단하게 log 만들기 (0) | 2015.03.26 |
---|---|
[php] timezone error (0) | 2015.03.26 |
php 서버 시간 관련 에러 (0) | 2015.03.19 |
[memcache php] (0) | 2015.01.09 |
No 'Access-Control-Allow-Origin' header is present on the requested resource (0) | 2014.08.27 |