📅  最后修改于: 2022-03-11 14:53:35.675000             🧑  作者: Mango
代码示例1
if (time() - strtotime("2010-07-04 10:19:26") > 60*60*24) {
print "Older than 24h";
} else {
print "Newer than 24h";
}