| #123 | $nextyueobj = $solarxx->nextMonth(1); |
| #124 | $preyueobj = $solarxx->nextMonth(-1); |
| #125 | |
| #126 | $nextnian = $nextyueobj->getYear(); |
| #127 | $nextyue = $nextyueobj->getMonth(); |
| #128 | $prenian = $preyueobj->getYear(); |
| #129 | $preyue = $preyueobj->getMonth(); |
| #130 | |
| #131 | $tianshu = count($solararr); |
| #132 | foreach($solararr as $k=>$v){ |