Supported Versions: PHP 5, PHP 7, PHP 8
Computes the intersection of arrays with additional index check, compares data and indexes by separate callback functions
<?php array_uintersect_uassoc( array $array1, array ...$arrays, callable $value_compare_func, callable $key_compare_func): array