PHP array_udiff_uassoc() Function

Compare the keys and values of two arrays (using two user-defined functions for comparison) array_udiff_uassoc — Computes the difference of arrays with additional index check, compares data and indexes by a callback function

Example -

Example -