array difference

前端 未结 3 1358
闹比i
闹比i 2021-01-24 21:19

I need to get the difference between these two arrays, I\'ve tried array_diff($array1,$array2) without success, any idea?

array1

Array
(
            


        
3条回答
  •  故里飘歌
    2021-01-24 21:55

    have a look at this code, its part of cakephp but you may be able to adapt / rip it out

    https://github.com/cakephp/cakephp/blob/master/cake/libs/set.php#L792

    and the docs

    http://book.cakephp.org/view/1496/diff

提交回复
热议问题