$dir = 'path/to/dir/'; $subirs = glob("{$dir}*"); $dates = array_map('filemtime', $subdirs); array_multisort($dates, SORT_NUMERIC, SORT_DESC, $subdirs); print_r($subdirs); PHP: I'm on my phone right now, so I couldn't test it. But you get the idea.