You have to map the array values first: echo join(',', array_map(function($item) { return $item['cid']; }, $arr));.
確定! 回上一頁