PHP的时间戳与具体时间转化的简单实现 三个内置函数:time()//获取UNIX系统时间戳mktime(hour,minute,second,month,day,year)//将指定时间转化 php转化时间戳