php数组根据相同键值合并成一个新数组

$data  = Array
(
    [0] => Array
        (
            [id] => 16
            [config_item] => APP_FALLBACK_LOCALE
            [application_item] => uds
            [describe] => laravel框架项目语言配置
            [status] => 框架使用
            [default_value] => en
            [select_value] => 
            [enum_value] => 
            [file] => app.php
            [is_pub] => 1
            [created_at] => 2018-12-28 18:39:51
            [updated_at] => 2018-12-28 18:39:51
        )

    [1] => Array
        (
            [id] => 17
            [config_item] => FORCE_HTTPS
            [application_item] => oms
            [describe] => 是否使用https //线上默认值可能为true
            [status] => 已使用
            [default_value] => false
            [select_value] => 
            [enum_v

你可能感兴趣的:(php数组根据相同键值合并成一个新数组)