BY CLUB 15CC
// array_filter without a callback removes *all* entries which evaluate to FALSE array_values(array_unique(array_filter(array_map('trim', $input))));