$vowels = array("a", "e", "i", "o", "u", "A", "E", "I", "O", "U"); $onlyconsonants = str_replace($vowels, "", "Hello World of PHP"); $replay_array = array("en"); $temp = str_replace($replay_array, "", $temp);