update : 2015.11.03
php.shukuma.com검색:
|
mb_convert_encoding(PHP 4 >= 4.0.6, PHP 5) mb_convert_encoding — Convert character encoding 설명
string mb_convert_encoding
( string
$str
, string $to_encoding
[, mixed $from_encoding = mb_internal_encoding()
] )
Converts the character encoding of string 인수
반환값The encoded string. 예제
Example #1 mb_convert_encoding() example
<?php |