Array (
[x0] => sometext1
[x1] => sometext2
[x2] => sometext3
[x3] => sometext4
[x4] => sometext5
[x5] => sometext6
[x?] => sometext?
[y0] => someothertext1
[y1] => someothertext2
[y2] => someothertext3
[y3] => someothertext4
[y4] => someothertext5
[y5] => someothertext6
[y?] => someothertext?
)
我正在尝试使用这个数组并创建一个表。基本上我不知道有多少 x 或 y ......到目前为止我找不到任何解决方案。任何帮助将不胜感激。
我试图得到的结果
桌子
x | y
sometext1 | someothertext1
sometext2 | someothertext2
... | ...