PHP 中的 convert_cyr_string() 函数
phpprogrammingserver side programming
convert_cyr_string() 函数用于将一个西里尔字符集转换为另一个。
支持的西里尔字符集为 −
k - koi8-r
w - windows-1251
i - iso8859-5
a - x-cp866
d - x-cp866
m - x-mac-cyrillic
语法
convert_cyr_string(str, from, to)
参数
str − 要格式化的字符串
from −源西里尔字符集,作为单个字符。
to − 目标西里尔字符集,作为单个字符。
返回
convert_cyr_string() 函数返回转换后的字符串。
以下是示例 −
示例
<?php $s = "Welcome to the website! æøå"; echo $s . "<br>"; echo convert_cyr_string($str,'w','a'); ?>
以下是输出 −
输出
Welcome to the website! æøå Welcome to the website! ¦è¥