2014-01-30 101 views
-7

你好,我在PHP中的數組,當我打印出來是這樣的: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"} 

我要代替這個'{''['

感謝

+0

這心不是一個陣列結構在PHP。請向我們展示您的代碼並告訴我們您想要做什麼來解決您的問題。 – xyNNN

回答