【laralve項目】@21 array_map的使用(重組數據,把id爲鍵->text爲值重組數據)

這是在寫規格時使用到的

在這裏插入圖片描述

array_map(function ($value) use (&$result) {
                    $result[$value['id']] = $value['text'];
                }, $attr['value']);

打印一下$attr[‘value’]

在這裏插入圖片描述

重組數據,把把id爲鍵-》text爲值

在這裏插入圖片描述

相關文章
相關標籤/搜索