NYCPHP Meetup

NYPHP.org

[nycphp-talk] Implode a column of a multi-dim array

Cliff Hirsch cliff at pinestream.com
Tue Oct 25 17:01:01 EDT 2005


I am trying to implode one column of a multidimensional array:
 
$array = array[]['name'];                   
implode("string", $array[]['name']); 
 
Is there a simple function for extracting a single column of a
multidimensional array other than using a foreach statement?
 
Cliff Hirsch
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nyphp.org/pipermail/talk/attachments/20051025/f347d808/attachment.html>


More information about the talk mailing list