PHP - replace values of array with another array

后端 未结 5 1340
别那么骄傲
别那么骄傲 2021-01-19 14:56

Is there a way i can replace the values of one array with the values of another which has identical keys?

$arr1 = Array
        (
            [key1] => va         


        
5条回答
提交回复
热议问题