神田 高級リラクゼーションサロン 香音【かのん】のスケジュール一覧

スケジュールSchedule

$timespan){ // 過ぎちゃった日の分は表示しない if ($today > $date) { continue; } preg_match('/-(\d+)-(\d+)$/', $date, $matches); $mon = (int) $matches[1]; $day = (int) $matches[2]; echo << {$mon}月{$day}日
    EOT; // 各スタッフのデータを 開始時間→終了時間 順に並べ替え usort($timespan, function ($a, $b) {return ($a[1] - $b[1]) ?: ($a[2] - $b[2]);}); foreach ($timespan as $v) { $name = $staff[$v[0]]['name']; $age = $staff[$v[0]]['age']; $height = $staff[$v[0]]['height']; $link = 'st_' . $v[0] . '.html'; $pict = $staff[$v[0]]['pic'][0]; echo <<
    {$name} {$age}
    H:{$height}
    EOT; } echo "\n
\n"; } ?>