位置: 编程技术 - 正文
推荐整理分享PHP:mb_detect_encoding()的用法_mbstring函数,希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:,内容如对您有帮助,希望把文章链接给更多的朋友!
(PHP 4 >= 4.0.6, PHP 5)
mb_detect_encoding — 检测字符的编码
说明 string mb_detect_encoding ( string $str [, mixed $encoding_list = mb_detect_order() [, bool $strict = false ]] )检测字符串 str 的编码。
参数str
待检查的字符串。
encoding_listencoding_list 是一个字符编码列表。 编码顺序可以由数组或者逗号分隔的列表字符串指定。
如果省略了 encoding_list 将会使用 detect_order。
strictstrict 指定了是否严格地检测编码。 默认是 FALSE。
返回值检测到的字符编码,或者无法检测指定字符串的编码时返回 FALSE。
范例
Example #1 mb_detect_encoding() 例子
<?php/*使用当前的detect_order来检测字符编码*/echomb_detect_encoding($str);/*"auto"将根据mbstring.language来扩展*/echomb_detect_encoding($str,"auto");/*通过逗号分隔的列表来指定编码列表encoding_list*/echomb_detect_encoding($str,"JIS,eucjp-win,sjis-win");/*使用数组来指定编码列表encoding_list*/$ary[]="ASCII";$ary[]="JIS";$ary[]="EUC-JP";echomb_detect_encoding($str,$ary);?> 参见mb_detect_order() - 设置/获取 字符编码的检测顺序
PHP:mb_decode_numericentity()的用法_mbstring函数 mb_decode_numericentity(PHP4=4.0.6,PHP5)mb_decode_numericentity根据HTML数字字符串解码成字符说明stringmb_decode_numericentity(string$str,array$convmap[,string$encoding=mb_internal_encodin
PHP:mb_decode_mimeheader()的用法_mbstring函数 mb_decode_mimeheader(PHP4=4.0.6,PHP5)mb_decode_mimeheader解码MIME头字段中的字符串说明stringmb_decode_mimeheader(string$str)解码MIME头中编码过的字符串str。参数str要解码的s
PHP:mb_convert_variables()的用法_mbstring函数 mb_convert_variables(PHP4=4.0.6,PHP5)mb_convert_variables转换一个或多个变量的字符编码说明stringmb_convert_variables(string$to_encoding,mixed$from_encoding,mixed&$vars[,mixed&$...])将
标签: PHP:mb_detect_encoding()的用法_mbstring函数
本文链接地址:https://www.jiuchutong.com/biancheng/278782.html 转载请保留说明!友情链接: 武汉网站建设