Answers for "compare the 2 value of multidimensional array php"

PHP
3

compare two arrays and return the difference php

array_merge(array_diff($array1,$array2),array_diff($array2,$array1))
Posted by: Guest on March-11-2021

Code answers related to "compare the 2 value of multidimensional array php"

Browse Popular Code Answers by Language