convert_cyr_string ( string <code>$str</code> , string <code>$from</code> , string <code>$to</code> ) : string
此函数将给定的字符串从一种 Cyrillic 字符转换成另一种,返回转换之后的字符串。
<code>str</code>
要转换的字符。
<code>from</code>
单个字符,代表源 Cyrillic 字符集。
<code>to</code>
单个字符,代表了目标 Cyrillic 字符集。
支持的类型有:
k - koi8-r
w - windows-1251
i - iso8859-5
a - x-cp866
d - x-cp866
m - x-mac-cyrillic
返回转换后的字符串。