84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
$a = array(0=>'',1=>arrray(0=>1,1=>2),2=>'',3=>arrray(0=> ;1,1=>2));
How can I turn this two-dimensional array into the following one-dimensional array:
$a = array(
0= >'',
1=>'1,2',
2=>'',
3=>'1,2',
};
It has been verified that it works. I have the same idea, but I am stuck. Thank you for the guidance.
First of all, there is a problem with your array. What is arrray? Although I don’t know why I wrote it like this, it’s okay if I just force it out
It has been verified that it works. I have the same idea, but I am stuck. Thank you for the guidance.
First of all, there is a problem with your array. What is arrray? Although I don’t know why I wrote it like this, it’s okay if I just force it out