<?php $array = ['avi', 'beni', 'Avi', 'Beni']; sort($array); sort($array, SORT_STRING | SORT_FLAG_CASE); var_export($array);
You have javascript disabled. You will not be able to edit any code.