Skip to content
Advertisement

Sort files with filemtime

I have PHP file that generates gallery from a directory of images.

I want to sort images by modification date.

I’m trying to use filemtime function then sort function using the following code:

JavaScript

And the output is like this:

JavaScript

It is not sorted by modification date.

How can I make my code work?

Advertisement

Answer

JavaScript
User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement