简单教程
提交运行
代码编辑器:
<?php // Print the array from gettimeofday() print_r(gettimeofday()); //p rint the float from gettimeofday() echo gettimeofday(true);
运行结果: