|
mb_output_handlerCallback function converts character encoding in output buffer Description
string mb_output_handler
( string
$contents
, int $status
)mb_output_handler is ob_start callback function. mb_output_handler converts characters in the output buffer from internal character encoding to HTTP output character encoding. Parameters
Return ValuesThe converted string. Changelog
Examples
Example #1 mb_output_handler example
<?php Notes
See Also
|