可以使用PHP函数time()获取当前的时间戳。示例代码如下:
time()
$timestamp = time(); echo $timestamp;
该代码将输出当前的时间戳,以秒为单位。
发布 问题
在线 客服
回到 顶部