首頁 > 後端開發 > php教程 > php 随笔

php 随笔

WBOY
發布: 2016-06-23 14:35:59
原創
1128 人瀏覽過

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
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板