gpt4 book ai didi

php - 比较 PHP 中的 unix 时间戳

转载 作者:太空宇宙 更新时间:2023-11-04 15:31:30 24 4
gpt4 key购买 nike

<分区>

在 PHP 中我有:

$diff = abs(strtotime(date('m/d/Y h:i:s')) - strtotime($latest));
$years = floor($diff / (365*60*60*24));
$months = floor(($diff - $years * 365*60*60*24) / (30*60*60*24));
echo floor(($diff - $years * 365*60*60*24 - $months*30*60*60*24)/ (60*60*24));

我如何获得秒数差异?我尝试了以下方法:

$diff = abs(strtotime(date('m/d/Y h:i:s')) - strtotime($latest));

24 4 0
文章推荐: html - 使用 JQuery UI 的网站示例
文章推荐: C++ 无序对类型
文章推荐: c++ - 指针作为类变量 Qt
文章推荐: HTML:设置 4
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com