【发布时间】:2014-02-23 09:40:33
【问题描述】:
您好,我在 PHP 中有一个数组,当我打印它时它是这样的:
["Testing","Test2","New Testing Activity","The last five letters in the alphabet"]
有没有办法制作这样的数组:
{"Testing","Test2","New Testing Activity","The last five letters in the alphabet"}
我想要这个'{' 而不是'['
谢谢
【问题讨论】:
-
这不是 PHP 中的数组结构。请向我们展示您的代码,并告诉我们您想做什么来解决您的问题。