输入banner图图片脚本导航/分类

php获取时间戳有几种方式

PHP获取当前时间戳的两种方法,推荐使用time()。

1569378398(1).png

time()获取当前时间戳。

1569378407(1).png

相关推荐:《php教程》

保存,并在浏览器预览,获取的当前时间戳。

1569378420(1).png

strtotime()获取当前时间戳。

1569378427(1).png

time() 和 strtotime() 对比:

1569378436(1).png

以上就是php获取时间戳有几种方式的详细内容,更多请关注Gxl网其它相关文章!