<?php $values = [1,2,3,1,6,1,23,2]; $result = array_keys(array_intersect(array_count_values($values), [1])); var_dump($result);
You have javascript disabled. You will not be able to edit any code.