时间戳函数strtotime

php自带的时间戳获取函数:strtotime常用参数介绍:var_dump(date("Y-m-d",strtotime("lastdayoflastmonth",time())));////上个月...