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: 2026-03-01 00:58:30 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.