首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
utf8_decode
utf8_decode
將使用UTF-8編碼的ISO-8859-1字符轉換為單字節ISO-8859-1
名稱:
utf8_decode
分類:
XML解析器
所屬語言:
php
一句話介紹:
將UTF-8 字符串解碼為ISO-8859-1。
相關內容
使用utf8_decode 處理數據庫輸出亂碼問題
9
同類函數
xml_parse
xml_parse
開始解析XML文檔
utf8_decode
utf8_decode
將使用UTF-8編碼的ISO-8859-
xml_set_object
xml_set_object
在對像中使用XMLParser
xml_set_default_handler
xml_set_default_handler
設置默認處理程序
xml_parse_into_struct
xml_parse_into_struct
將XML數據解析為數組結構
xml_set_element_handler
xml_set_element_handler
設置開始和結束元素處理程序
xml_set_unparsed_entity_decl_handler
xml_set_unparsed_entity_decl_handler
設置未解析的實體聲明處理程序
xml_get_current_byte_index
xml_get_current_byte_index
獲取XML解析器的當前字節索引
熱門文章
使用utf8_decode 處理數據庫輸出亂碼問題