返回系统的高分辨率时间:
<html>
<body>
<?php
echo hrtime();
?>
</body>
</html>
上面代码的输出可能是这样的:
233568471904329635
hrtime() 函数返回系统的高分辨率时间。
hrtime(
return_as_num)
Parameter | Description |
---|---|
return_as_num | Optional. If set to TRUE, this function will return the high resolution time as array or number. Default is FALSE |
返回值: | 返回纳秒或整数数组 |
---|---|
PHP 版本: | 7.3+ |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!