Count consonants in a word randomly found in an array – PHP
I want to take a random string of the array and should count the consonants of the random string. Problem is it did not count the letters from array_rand(). Here is what I get at this point: $woerter = […