PHP

현재 시간을 알아보는 함수

이상욱1 2015. 12. 23. 13:59



$a = date("H:i:s",time());

print_r($a);exit;