Jump to content

[SOLVED] sort array


newb

Recommended Posts

http://us2.php.net/manual/en/function.ksort.php#function.ksort.examples

 

check out that example

 

Personally I'd do the following....

 

$date = filemtime("$file");

 

Just add the timestamp. Sort the date on output.

 

Instead of ksort do the following;

 

<?php
array_multisort($new_array['date'], SORT_DESC, SORT_NUMERIC, $new_array['file']);

Link to comment
https://forums.phpfreaks.com/topic/168054-solved-sort-array/#findComment-886417
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.