items as $item ) {
$title = $item[title];
$title = mb_convert_encoding($title, "SJIS", "auto");
$date_array = $item['dc'];
$str = $date_array['date'];
$result = sscanf($str, "%d-%d-%dT", $year, $month, $day);
$month = sprintf("%02d", $month);
$day = sprintf("%02d", $day);
$date = $year.".".$month.".".$day." ";
$url = $item[link];
echo "\n";
$cnt++;
if($cnt == 6){ break; }
}
}else{
echo "file not found.";
}
?>
items as $item ) {
$title = $item[title];
$title = mb_convert_encoding($title, "SJIS", "auto");
$date_array = $item['dc'];
$str = $date_array['date'];
$result = sscanf($str, "%d-%d-%dT", $year, $month, $day);
$month = sprintf("%02d", $month);
$day = sprintf("%02d", $day);
$date = $year.".".$month.".".$day." ";
$url = $item[link];
echo "\n";
$cnt++;
if($cnt == 6){ break; }
}
}else{
echo "file not found.";
}
?>