php microtime 如何生成,为什么只返回 13 - 15 个数字,如果我像这样手动编写时间:
<?php
$time = date('SAMPLE').date('SAMPLE').date('SAMPLE').date('SAMPLE').date('SAMPLE');
$TIME = microtime(true);
?>
并且 microtime 看起来太短了,包含所有日期(年、月、日期、小时、分钟、秒) microtime 真的很独特吗?
请发表你的意见...
谢谢