壮观摩托

文章
3
资源
0
加入时间
3年0月8天

strtotime 获取一个月的开始 或者一个月的结束

//1.strtotime 获取一个月的开始 或者一个月的结束    $firstday = date('Ym01', strtotime($date));    $lastday = date('Ymd', strtotime("$firstday +1 month -1 day"));    //解析:当strtotime中参数改变时 +1 year 代表 年加1 +1 month