Die Suche ergab 1 Treffer

von knilzzz
28.12.2006 22:25
Forum: Coding & Technik
Thema: Array sortieren
Antworten: 1
Zugriffe: 283

Array sortieren

Ich habe ein Array wie dieses:
$a[] = array("a1" => "value", "a2" => "value");
$a[] = array("a1" => "value", "a2" => "value");
$a[] = array("a1" => "value", "a2" => "value");
$a[] = array("a1" => "value", "a2" => "value");
...

Nun möchte ich $a z.B. nach "a2" sortieren, d.h. ich möchte $a mit ...

Zur erweiterten Suche