Searching for a way to construct a multidimensional, multilayered, associative Array
问题 So i am running into trouble while iterating through a string and inserting it's chars as index-arrays into a multidimensional,associative array. So basically a bunch of multidimensional arrays in multidimensional arrays in multidimensional arrays..... That is a bit troublesome as i cant do it by hand. I need an automated way to do this with a bunch of strings. The following example will explain it a bit better i think: //string i want to enter $string = 'ADAM'; //array i want to end up with