How to sort a list of strings ending with a number using PHPBy jsmeer / August 12, 2023 Question: How to sort a list of strings ending with a number using PHP Answer: array_multisort($files, SORT_NATURAL);