Napotkałem mały problem, mianowicie potrzebuję posortować tablicę:
( ( [team_a] => TEST [team_b] => TEST [team_a_flag] => TEST [team_b_flag] => TEST ) ( [team_a] => TEST [team_b] => TEST [team_a_flag] => TEST [team_b_flag] => TEST ) ( [team_a] => TEST [team_b] => TEST [team_a_flag] => TEST [team_b_flag] => TEST ) )
i potrzebuje ją posortować po godzinie. Czy jest jakiś prosty sposób na to? czy muszę pisać samodzielnie funkcje żeby to posortować.
Pozdrawiam
Tei.