首頁
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 函數在處理郵件內容時的實用技巧
6
使用utf8_decode 處理數據庫輸出亂碼問題
9
同類函數
xml_set_element_handler
xml_set_element_handler
設置開始和結束元素處理程序
xml_set_processing_instruction_handler
xml_set_processing_instruction_handler
設置處理指令(PI)處理程序
xml_get_error_code
xml_get_error_code
獲取XML解析器錯誤代碼
xml_parser_create_ns
xml_parser_create_ns
創建具有名稱空間支持的XML解析器
xml_error_string
xml_error_string
獲取XML解析器錯誤字符串
xml_set_end_namespace_decl_handler
xml_set_end_namespace_decl_handler
設置結束名稱空間聲明處理程序
xml_get_current_byte_index
xml_get_current_byte_index
獲取XML解析器的當前字節索引
xml_parser_set_option
xml_parser_set_option
在XML解析器中設置選項
熱門文章
使用utf8_decode 處理數據庫輸出亂碼問題
utf8_decode 函數在處理郵件內容時的實用技巧