/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function sortByChangeTime($file1, $file2) { } //ALTERNATIVE VERSION // do the sort // do something with the files foreach($files as $file) { } }
URL: http://stackoverflow.com/questions/2325650/sorting-files-by-creation-modification-date-in-php