잘나가는개발자 2018. 7. 2. 11:24
728x90
반응형
SMALL

get_microtime


float get_microtime( void )

마이크로 타임을 얻어 계산 형식으로 만듦


경로

lib/common.lib.php


예제

$microtime = get_microtime();

echo 'Microtime : ' . $microtime;

// Output
Microtime : 1530498068.4315


728x90
반응형
LIST