PHP obtient le dernier fichier dans le répertoire
$files = scandir('data', SCANDIR_SORT_DESCENDING);
$newest_file = $files[0];
Parceltube
$files = scandir('data', SCANDIR_SORT_DESCENDING);
$newest_file = $files[0];