コードをコピー コードは次のとおりです。 function getSeoVersion($phrase) { return preg_replace('/[^a -z0- 9_-]/i', '', strto lower(str_replace(' ', '-', trim($phrase)))); } // 使用例: echo getSeoVersion ("ドイツ車は素晴らしいです。");