How to sort numeric file name in php I had to read files in a directory and sort them in numeric order, meaning that the file name has numbers in it. Kind of like this $unsortedArray = [“abc5.jpg”, “abc3.jpg” “abc4.jpg”,…
Programming, Security and Tech (and Code Snippets)