1、PHP的iconv擴充:處理字元集轉換的介面。
系統檢視安裝的iconv擴充包含字元編碼集:iconv -l
擴充模組包含的函數:
iconv_get_encoding()//取得iconv內部設定資訊
iconv_mime_decode_headers()//解碼多個MIME headers
iconv_mime_decode()//解碼一個MIME header
iconv_mime_encode()//壓縮一個MIME header
iconv_set_encoding()//為字元編碼轉換設定目前設定
iconv_strlen()//統計字串字元數
iconv_strpos()// Finds position of first occurrence of a needle within a haystack
iconv_strrpos()//Finds the last occurrence of a needle within a haystack
iconv_substr()//截取部分字串
iconv()//轉換字串編碼
ob_iconv_handler()//利用緩衝處理程序來轉換字串編碼
以上就介紹了PHP擴充總結//待完善,包含了方面的內容,希望對PHP教程有興趣的朋友有所幫助。