• #dev 2019-03-18
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2019-03-18 UTC
# 17:46
Zegnat
jeremycherfas: you could use array_udiff() instead. There you supply the function that is used to the diffing. The callback could probably be as easy as function($a, $b){return $a === $b ? 0 : 1; } (untested)