当前位置:Gxlcms > PHP教程 > 改键不改值求优雅的方法

改键不改值求优雅的方法

时间:2021-07-01 10:21:17 帮助过:3人阅读

[0] => Array
        (
            [id] => 115
            [create_time] => 2小时前
            [content] => XXXXXXXXXXXXXX
        )

除了先插入后删除的方法,有没有比较优雅的方法把这里的id键变成comment_id

回复内容:

[0] => Array
        (
            [id] => 115
            [create_time] => 2小时前
            [content] => XXXXXXXXXXXXXX
        )

除了先插入后删除的方法,有没有比较优雅的方法把这里的id键变成comment_id

没有了, 其他方法都没直接遍历修改的性能好。

人气教程排行