3, "tea"=>5, "coffee"=>10); // Applying callback function to each element $result = array_map("total", $products); print_r($result); ?>