php获取微秒

2021-10-30
//回当前Unix时间戳和微秒数,$get_as_float为true时返回浮点数,否则返回以空格分割的字符串
microtime($get_as_float)
{/if}