在PHP中将特殊字符(其他语言)转换为英语

在PHP中将特殊字符(其他语言)转换为英语

问题描述:

有一个功能,涵盖特殊字符到他们的英语同义词。例如。转换é到e。 Etc ...

Is there a function that coverts special characters to their english equivalents. For Eg. Convert é to e. Etc...

您之后的功能是 iconv() - 从用户注释,这似乎是你想要做的:字符音译

The function you are after is iconv() - from the user notes, this seems to be what you want to do: characters transliteration