扫码关注官方订阅号
PHP 从关联数组中移除置顶的键值对,一般使用 unset 函数,比如:$array = ['name' => 'Desk', 'description'=>'long description&...