18, "Clark"=>"32", "John"=>24, "Peter"=>32); // Getting all the keys having integer value 32 print_r(array_keys($persons, 32, true)); ?>