PHP - Array Functions
You have an array
$arr = ['a', 'b', 'a', 'c', 'b']. How can you create a new array where keys are unique values and values are their original first indexes?