欢迎访问服务器技术网-www.fuwuqijishu.com

PHP convert_cyr_string() 函数

PHP fuwuqijishu 2年前 (2022-09-04) 27次浏览 0个评论 扫描二维码
文章目录[隐藏]

PHP convert_cyr_string() 函数

PHP String 参考手册

实例

把字符串由一种字符集转换成另一种:

<?php
$str = “Hello world! æøå”;
echo $str . “<br>”;
echo convert_cyr_string($str,’w’,’a’);
?>


定义和用法

convert_cyr_string() 函数把字符串由一种 Cyrillic 字符集转换成另一种。

被支持的 Cyrillic 字符集是:

  • k – koi8-r
  • w – windows-1251
  • i – iso8859-5
  • a – x-cp866
  • d – x-cp866
  • m – x-mac-cyrillic

注释:该函数是二进制安全的。


语法

convert_cyr_string(string,from,to)

参数 描述
string 必需。规定要转换的字符串。
from 必需。一个规定了源 Cyrillic 字符集的字符。
to 必需。一个规定了目标 Cyrillic 字符集的字符。

技术细节

返回值: 返回已转换的字符串。
PHP 版本: 4+


PHP String 参考手册

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2122.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900