[0] => 4957e706
[1] => cef8374b
[2] => 8332fcbc
[3] => e7cec0dd
[4] => 4957e706
[5] => 69da7c7d
[6] => 8332fcbc
[1] => cef8374b
[3] => e7cec0dd
[4] => 4957e706
[5] => 69da7c7d
[6] => 8332fcbc
$a = [
'4957e706',
'cef8374b',
'8332fcbc',
'e7cec0dd',
'4957e706',
'69da7c7d',
'8332fcbc',
];
$a = array_reverse($a, true);
$a = array_unique($a);
$a = array_reverse($a, true);