I have an array that looks like this:
Array
(
    [0] => ripe@hobby.nl 20140827
    [1] => bas@hobby.nl 20130827
    [2] => bas@dikkenberg.net 20140825
    [3] => bas@hobby.nl 20120825
    [4] => ripe@hobby.nl 20140826
)
Now i want to sort this array in php based on the numbers only so ignoring the e-mail adres in the sort process.
 
     
     
     
    