PHP 二維數組轉換為一維數組之array_column() 項目需求: 轉換成: 除去循環,比較有效率的函數: array_column — 返回數組中指定的一列 只需要array_column(dst_array,colu ...