首页 > 后端开发 > php教程 > php 随笔

php 随笔

WBOY
发布: 2016-06-23 14:35:59
原创
1129 人浏览过

html实体分为alpha entities(named entities)和numeric entities,php函数htmlspecialchars、htmlentities都只能转化为alpha entities,如果要转化为numeric entities要使用mb_encode_numericentity函数,如转化为GBK编码的numeric entities:

$str="(王贯)'

$convmap=array(0x0,0xffff,0,0xffff);

$str=mb_encode_numericentity($str, $convmap,'gbk'); 

输出:(??疮)'

 

 更新:

Numeric Character Reference  (简称:NCR):

Character entities references :<

 

十进制的65279(16进制的0xFEFF) 是Unicode编码中的传输控制字符


 

 

 

 

 

相关标签:
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板