0
こんにちは、 この問題の解決策はありますか? = OneOne
可能になっているstr_replace - 数字の置き換え
$vowels_1 = array("1","12","11");
$vowels_2 = array("One","Twelve","Eleven");
$onlyconsonants = str_replace($vowels_1, $vowels_2, "11");
echo $onlyconsonants;
結果=セブンイレブン
は、解決策はありますか?
おかげ
これは、優れた おかげRezignedある入れ替えます – EISA