Answer the question
In order to leave comments, you need to log in
How to decompose a multidimensional array?
I have a multidimensional array:
array('lvl_one'=> array(
'lvl_two' => array(
'general' => 'nuzhnoe',
'drugoe_two' => 'sdsad'
),
'drugoe' => 'info',
'mda' => 'sss'
)
array(
'lvl_one',
'lvl_two',
'general',
'drugoe_two',
'drugoe',
'mda'
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question