PHP Dapatkan file terbaru di direktori
$files = scandir('data', SCANDIR_SORT_DESCENDING);
$newest_file = $files[0];
Parceltube
$files = scandir('data', SCANDIR_SORT_DESCENDING);
$newest_file = $files[0];