PHP Compiler Testing
Consonant Count

Have the function ConsonantCount(str) take the str string parameter being passed and return the number of consonants the string contains.

Examples

Input: "Hello World"
Output: 7

Input: "Alphabets"
Output: 6