<?php $a = [ 'a', 'b', 'a', 'c', ]; var_dump(array_unique($a));
You have javascript disabled. You will not be able to edit any code.