(PHP 4 >= 4.0.5, PHP 5, PHP 7)
ob_iconv_handler — Convert character encoding as output buffer handler
ob_iconv_handler ( string $contents , int $status ) : string
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.
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/function.ob-iconv-handler.php