| ||||||||||
mb_output_handlerDescriptionstring mb_output_handler ( string contents, int status)mb_output_handler() is ob_start() callback function. mb_output_handler() converts characters in output buffer from internal character encoding to HTTP output character encoding. 4.1.0 or later version, this hanlder adds charset HTTP header when following conditions are met:
contents : Output buffer contents status : Output buffer status Return Value: String converted
See also ob_start(). | ||||||||||
|