首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
html_entity_decode
html_entity_decode
將HTML實體轉換為相應的字符
名稱:
html_entity_decode
分類:
字符串
所屬語言:
php
一句話介紹:
把HTML 實體轉換為字符。
相關內容
html_entity_decode 與mb_convert_encoding 配合處理多字節字符
9
結合htmlentities 和html_entity_decode 實現雙向實體轉換
4
同類函數
sscanf
sscanf
根據指定格式解析輸入的字符
echo
echo
輸出一個或多個字符串
nl_langinfo
nl_langinfo
查詢語言和區域設置信息
addcslashes
addcslashes
以C語言風格使用反斜線轉義字符串中的字符
str_getcsv
str_getcsv
將CSV字符串解析為數組
localeconv
localeconv
獲取數字格式信息
strpos
strpos
查找字符串中子字符串第一次出現的位置
strchr
strchr
strstr的別名
熱門文章
結合htmlentities 和html_entity_decode 實現雙向實體轉換
html_entity_decode 與mb_convert_encoding 配合處理多字節字符