How to perform 'Count Vowels' in PHP.
// Task: Count Vowels
// Language: PHP
function count_vowels() {
// Implementation for Count Vowels
$ result = ...; // Initialize variable
// TODO: Implement core logic here
// Step 1: Prepare data
// Step 2: Process Count Vowels
echo("Done");
}