トップ > お知らせ
▲ 上
EOF; //上のEOF;は消してはならない }else{ $Mobile=0; print <<< EOF

EOF; //上のEOF;は消してはならない } ?> $line) { list($changelog_date, $body) = explode("\t", $line); //$changelog_dateのフォーマットは、YYYYMMDDhhmmですが、hhmmは無くてもかまいません $year=substr($changelog_date,0,4); $month=substr($changelog_date,4,2); $day=substr($changelog_date,6,2); //hhmmつきフォーマットの場合は、時刻を所得 if(strlen(chop($changelog_date))==12){ $hour=substr($changelog_date,8,2); $minute=substr($changelog_date,10,2); }else{ $hour=0; $minute=0; } if(strcmp(chop($year),"")){ if(strcmp($prevymd,$year.$month.$day)){ if($licloseflag==1){ print("\n"); }else{ $licloseflag=1; } print("\n"); $prevymd=$year.$month.$day; $listcount++; } if(($changelog_count!=0)&&($listcount>=$changelog_count)){ break; } } ?>
".$year."/".$month."/".$day."\n"); } print("".chop($body)); if(($hour)&&($minute)){ print(" (".$hour.":".$minute.")"); } print("