コードをコピー コードは次のとおりです。
/**
* 開始月から終了月までの月の配列を生成します
* このメソッドは、Dang Zihao の getDateArr() メソッドをモデルにしています
* @paramknown_type $start
* @paramknown_type $end
*/
function getMonthArr($start, $ end)
{
$start = empty($start) ? date('Y-m',strtotime('-1 month')) : $start;
$end = empty($end) ? date( 'Y-m') : $end;
//タイムスタンプに変換します
$st = strtotime($start.'-01');
$et = strtotime($) '-01');
$t = $st;
while($t
//ここに集計してください 各月の合計秒数の計算式:前月1日のタイムスタンプ秒-当月のタイムスタンプ秒
//何が言いたいのか分かりません
$d[$i] = トリム(日付('Y-m',$t),' ');
$t = strtotime(' 1 か月', $t)-$t;私;
}
$d を返します
}