1.获得现在时间戳
time();
2.时间戳转换为正常格式
date('Y-m-d H:i:s'); //默认现在时间
date('Y-m-d H:i:s','13246541'); //获取这个时间戳的正常格式
未完