+ 1
Is this 2 dimensional array?
$people=array( offline=>array('john','ram','priya'), online=>array ('sweety','seeta') );
4 Antworten
+ 1
it's array of array
+ 1
no
0
no
0
This is not a two dimensional array . If you need to make one you need to make an array inside of an array . That implies a two dimensional array is something that is having an array inside of an array