array_uintersect_assoc
Astrotomic/php-twemoji
Supported Versions: PHP 5, PHP 7, PHP 8
Computes the intersection of arrays with additional index check, compares data by a callback function
<?php array_uintersect_assoc
(array
$array
, array ...
$arrays
, callable
$value_compare_func
): array