/ Published in: PHP
URL: http://stackoverflow.com/questions/2325650/sorting-files-by-creation-modification-date-in-php
Expand |
Embed | Plain Text
function sortByChangeTime($file1, $file2) { } //ALTERNATIVE VERSION // do the sort // do something with the files foreach($files as $file) { } }
You need to login to post a comment.
