Add `array_udiff` funciton
mkornaukhov03 opened this issue · 0 comments
mkornaukhov03 commented
https://www.php.net/manual/en/function.array-udiff.php
Now we have array_diff(a, b)
function. But it requires that array internal type must be convertible to string. This functions allows to add user-defined comparator.