Как сделать массив $arr как $replace ?$arr = ['d' => ['f', 'e' ],'a' => ['c', 'b'] ];$replace = ['a' => ['b','c'], 'd' => ['e', 'f']];