php,怎样把date("Y-m-d H:i:s ") 换算成time()结构
发布网友
发布时间:2022-04-06 01:57
我来回答
共4个回答
热心网友
时间:2022-04-06 03:26
strtotime("2012-11-02 08:36:51");
这个是字符串转换成时间戳
数据库读出来就这样写
strtotime($rs['posttime']);
time()这个是输出当前时间的时间戳
strtotime还可以这样用,自己试试
echo(strtotime("now"));
echo(strtotime("3 October 2005"));
echo(strtotime("+5 hours"));
echo(strtotime("+1 week"));
echo(strtotime("+1 week 3 days 7 hours 5 seconds"));
echo(strtotime("next Monday"));
echo(strtotime("last Sunday"));
热心网友
时间:2022-04-06 04:44
汗 那直接用replace()替换成你想要的得了 time()这是一个输出时间戳
热心网友
时间:2022-04-06 06:19
那个叫unix时间戳~
用strtotime()函数将某个函数转换为时间戳
你下个PHP中文手册,这东西写程序必备
www.ctdisk.com/shared/folder_2445186_e9c89f3f/追问也谢谢你
热心网友
时间:2022-04-06 08:10
在我关注的关键词问题列表下回答5个问题,百度知道将为您推荐最新的与定制关键词相关的问题。