Christian: Mehrdimensionale Arrays sortieren

Beitrag lesen

Hallo Sven,

das Array sieht so aus:

Array
(
    [0] => Array
        (
            [name] => ascii.gif
            [size] => 158068
            [created] => 07.01.2002   01:01:40
            [last_use] => 16.10.2002   12:10:00
            [last_modification] => 07.01.2002   01:01:40
            [group] => 0
            [owner] => 0
            [permissions] => 33206
            [image] =>
            [description] => GIF Graphic Interchange Format
            [width] => 794
            [height] => 582
            [html] => width="794" height="582"
            [link] => ascii.gif
        )

[1] => Array
        (
            [name] => dynamic_home.php
            [size] => 18027
            [created] => 08.08.2002   11:08:46
            [last_use] => 16.10.2002   12:10:00
            [last_modification] => 08.08.2002   11:08:46
            [group] => 0
            [owner] => 0
            [permissions] => 33206
            [image] =>
            [description] => PHP Hypertext Preprocessor
            [link] => dynamic_home.php
        )

wie gesagt möchte ich das Haupt-Array nach z.B. [name] sortieren aber
so, daß sich die unterarrays im Hauptarray selber sortieren und nicht in sich.