update : 2015.11.03
php.shukuma.com검색:
|
mb_output_handler(PHP 4 >= 4.0.6, PHP 5) mb_output_handler — Callback function converts character encoding in output buffer 설명
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. 인수
반환값The converted string. 변경점
예제
Example #1 mb_output_handler() example
<?php 주의
|