Hello .
( explain me plz)How can i output an Multidimensional array with for loop(or while), not with foreach ?
example this array
$exampleMultidmArr = array (
"nested1" =>array (1,2,3,4,5),
"nested2" =>array (7,20,43,44,25),
);
Thank You.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.