hi,
Wie erreiche ich Ergebnis a)
Mit
$temp_array = array ('fuenf','sechs');
$test_array[5]= array_merge ($test_array[5],$temp_array);
stimmt die Datenstruktur - bis auf die Indizes.
oder b)?
$temp_array = array ('fuenf','sechs');
$test_array[5] = $temp_array;
- wiederum ohne Umwandlung der Indizes in Nullbasierte.
Das müsstest du ggf. noch selber machen, falls es wichtig sein sollte.
gruß,
wahsaga
--
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }