有什么简单的方法可以将我的数组($newarray)重新分配Array ( [0] => 1 [1] => 3 )给这样的简单字符串[1, 3](只有值)?
$newarray
Array ( [0] => 1 [1] => 3 )
[1, 3]
明月笑刀无情
相关分类