A lui serve che le stringe siano diverse, non i caratteri da sostituireOriginariamente inviato da whisher
Codice PHP:
$vowels = array("a", "e", "i", "o", "u", "A", "E", "I", "O", "U");
$onlyconsonants = str_replace($vowels, "", "Hello World of PHP");
![]()
![]()