Multidimensional Array PHP Implode

In terms of my data structure, I have an array of communications, with each communications_id itself containing three pieces of information: id, score, and content.

I want to implode this array in order to get a comma separated list of ids, how do I do this?

19
задан Spencer 9 March 2011 в 17:40
поделиться