Is there any better (= quicker ) solution to get all keys of value in array than foreach loop with if?
$array = array(\'apple\', \'orange\', \'pear\', \'banana\'
Try this :)