|
PHP5中文手册
ob_iconv_handler(PHP 4 >= 4.0.5, PHP 5) ob_iconv_handler — Convert character encoding as output buffer handler 说明
string ob_iconv_handler
( string $contents
, int $status
)
Converts the string encoded in internal_encoding to output_encoding . internal_encoding and output_encoding should be defined in the php.ini file or in iconv_set_encoding(). 参数See ob_start() for information about this handler parameters. 返回值See ob_start() for information about this handler return values. 范例
Example#1 ob_iconv_handler() example:
<?php |