I have an unknown amount of text files, each containing a single number. I need to sort these text files by the number inside, from highest to lowest. Is this possible with PHP? I've been working on this for a while, and can't find a solution. Is there something really easy that I'm overlooking?