phpbar.de logo

Mailinglisten-Archive

[php] rekursives Array

[php] rekursives Array

Cyrill Schumacher php_(at)_phpcenter.de
Thu, 10 May 2001 15:04:24 +0200


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