maximaster / array-unique-shim
Bugfixed version of array_unique.
v1.0.0
2024-09-02 14:59 UTC
This package is auto-updated.
Last update: 2024-11-02 15:18:42 UTC
README
This library fixes bug in array_unique()
:
php/doc-en#1463.
composer require maximaster/array-unique-shim
then use Maximaster\PhpShim\array_unique
function in your code instead of
default array_unique
.