Voting

: nine plus zero?
(Example: nine)

The Note You're Voting On

news_yodpeirs at thoftware dot de
13 years ago
A quite simple (yet not very efficient) way to compare the first level of arrays which have values that are not strings:
array_map('unserialize',array_diff_assoc(array_map('serialize',$arr1),array_map('serialize',$arr2)))
Might be useful for debugging (that's what I use it for).

<< Back to user notes page

To Top