update : 2015.11.03
php.shukuma.com검색:
|
ob_iconv_handler(PHP 4 >= 4.0.5, PHP 5) ob_iconv_handler — Convert character encoding as output buffer handler 설명
string ob_iconv_handler
( string
$contents
, int $status
)
Converts the string encoded in
인수See ob_start() for information about this handler parameters. 반환값See ob_start() for information about this handler return values. 예제
Example #1 ob_iconv_handler() example:
<?php 참고
|