|
||||||
|
||||||
Manuale PHP | mb_output_handler(PHP 4 >= 4.0.6, PHP 5) mb_output_handler — Callback 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
|