I am looking for code which lists the five most recent files in a directory recursively.
This is non-recursive code, and would be perfect for me if it was recursive:
Check out this solution in the PHP manual.