コード例 #1
0
 function AggregateDay($_year, $_month, $_day)
 {
     $day = new StatisticDay($_year, $_month, $_day);
     $day->Close();
 }