$filename, 'title' => $title, 'time' => filemtime($file), ]; } // sort newest first usort($posts, fn($a, $b) => $b['time'] <=> $a['time']); ?>
Blog posts:
Brak wpisów.