如何在php中将双数组数据存储到字符串中?

时间:2013-04-01 12:27:52

标签: php

我在php中有双数组的数据。现在我需要将该数组数据存储到字符串中。我怎么能在PHP中这样做?我是php的新手。请帮助我这方面。

数组如下:

   Array ( [0] => Array ( [id] => 100 [type] => test1 [count] => 8 [count2] => 8) 
   [1] => Array ( [id] => 103 [type2] => test2[count2] => 3 [count3] => 3 ))

1 个答案:

答案 0 :(得分:0)

您可以使用implode()将数组转换为字符串:http://php.net/manual/en/function.implode.php