update : 2015.11.03
php.shukuma.com검색:
|
mb_convert_variables(PHP 4 >= 4.0.6, PHP 5) mb_convert_variables — Convert character code in variable(s) 설명
string mb_convert_variables
( string
$to_encoding
, mixed $from_encoding
, mixed &$vars
[, mixed &$...
] )
Converts
character encoding of variables mb_convert_variables() join strings in Array or Object to detect encoding, since encoding detection tends to fail for short strings. Therefore, it is impossible to mix encoding in single array or object. 인수
반환값
The character encoding before conversion for success,
or 예제
Example #1 mb_convert_variables() example
<?php |