本周第一天

    /**
    * 本周第一天
    *
    * @access private
    * @param
    * @return
    */
    private function get_first_day_in_this_week() {
        $return = date('Y-m-d', strtotime('last day this week'));
        return $return;
    }
原文地址:https://www.cnblogs.com/phonecom/p/7201655.html