~~NOCACHE~~ ====== 弁当ネタ ====== $pages = []; $cons = dir('data/pages/lunch/'); while($entry = $cons->read()) { if($entry != 'start.txt' && preg_match('|(^[^\.].*)\.txt$|', $entry, $matches)) { $pages[filemtime('data/pages/lunch/' . $entry)] = urldecode($matches[1]); } } krsort($pages); echo '';