$_map
$_map : array
Transliterate mapping cache.
Provides utility methods used to transliterate a string.
toAscii(string $str) : string
Transliterates an UTF-8 string to ASCII, replacing non-English characters to their English equivalents.
Note: there is no guarantee that the output string will be ASCII-only, since any non-ASCII character not in the transliteration list will be ignored.
string | $str | Input string (UTF-8). |
Transliterated string (UTF-8).