18, "Clark"=>32, "John"=>24); // Getting the sum of array values echo array_sum($persons); // Prints: 74 ?>