array_diff_uassoc
laravel-shift/factory-generator
Supported Versions: PHP 5, PHP 7, PHP 8
Computes the difference of arrays with additional index check which is performed by a user supplied callback function
<?php array_diff_uassoc
(array
$array
, array ...
$arrays
, callable
$key_compare_func
): array