array_unique
Dané pole:
<?php $arr = ['a', 'b', 'c', 'b', 'a']; ?>
Odstráňte z tohto poľa opakujúce sa prvky.