1 回答

慕的地6264312
TA貢獻(xiàn)1817條經(jīng)驗(yàn) 獲得超6個(gè)贊
$arr = [ [ 'code' => 'site_name', 'name' => '網(wǎng)站名稱', 'value' => '管理系統(tǒng)', 'type' => 'text', 'box' => '', 'tab' => 'main', 'sort' => '1' ], [ 'code' => 'site_title', 'name' => '網(wǎng)站標(biāo)題', 'value' => '管理系統(tǒng)', 'type' => 'text', 'box' => '', 'tab' => 'main', 'sort' => '2' ], [ 'code' => 'site_keywords', 'name' => '關(guān)鍵詞', 'value' => '管理系統(tǒng)', 'type' => 'text', 'box' => '', 'tab' => 'main', 'sort' => '3' ], [ 'code' => 'site_description', 'name' => '站點(diǎn)描述', 'value' => '管理系統(tǒng)', 'type' => 'text', 'box' => '', 'tab' => 'main', 'sort' => '4' ]]; function merge($arr){ $ret = []; foreach ($arr as $item) { $ret[$item['code']] = $item['value']; } return $ret;} print_r(merge($arr));
- 1 回答
- 0 關(guān)注
- 614 瀏覽
添加回答
舉報(bào)
0/150
提交
取消