Mailinglisten-Archive | 
nicht das mir wieder so geht wie beim letzten email: erst
schreiben, dann denken ;-)
problem: wo steht im manual dass es auch rekursive
arrays geben kann ???? bis auf die ausnahme von $GLOBALS
beispiel
$a = array(
     "apple"  => array(
          "color"  => "red",
          "taste"  => "sweet",
          "shape"  => "round"
     ),
     "orange"  => array(
          "color"  => "orange",
          "taste"  => "tart",
          "shape"  => "round"
     ),
    "orangeapple" = > $a["apple"],
     "banana"  => array(
          "color"  => "yellow",
          "taste"  => "paste-y",
          "shape"  => "banana-shaped"
     ),
    "banana2" => $a["banana"]
);
danke, ich
    php::bar PHP Wiki - Listenarchive