ob_iconv_handler() - iconv函数(字符编码转换库)
ob_iconv_handler()
(PHP 4 >= 4.0.5, PHP 5, PHP 7)
以输出缓冲处理程序转换字符编码
说明
ob_iconv_handler(string $contents,int $status): string将字符编码从$internal_encoding转换到$output_encoding。
$internal_encoding和$output_encoding应当在php.ini文件或iconv_set_encoding()中定义。
参数
关于处理程序参数的信息,参见ob_start()。
返回值
关于处理程序返回值的信息,参见ob_start()。
范例
ob_iconv_handler()例子:
参见
iconv_get_encoding()
获取 iconv 扩展的内部配置变量iconv_set_encoding()
为字符编码转换设定当前设置- 输出控制函数
Just a quick note that may be helpful for some: It seems to me that this function also modifies the HTTP Content-Type header that's sent to the client (at least in combination with the iconv_set_encoding() function). If you specify an encoding ending with "//TRANSLIT" or "//IGNORE" (valid in iconv), it will still send the encoding name in the HTTP header. This makes it an invalid character set unfortunately. For example: will send a Content-Type header of "ISO-8859-1//TRANSLIT".
内容声明:本文中引用的各种信息及资料(包括但不限于文字、数据、图表及超链接等)均来源于该信息及资料的相关主体(包括但不限于公司、媒体、协会等机构)的官方网站或公开发表的信息。部分内容参考包括:(百度百科,百度知道,头条百科,中国民法典,刑法,牛津词典,新华词典,汉语词典,国家院校,科普平台)等数据,内容仅供参考使用,不准确地方联系删除处理!本站为非盈利性质站点,本着为中国教育事业出一份力,发布内容不收取任何费用也不接任何广告!)