PHP Erhalten Sie die neueste Datei im Verzeichnis

$files = scandir('data', SCANDIR_SORT_DESCENDING);
$newest_file = $files[0];
Parceltube