update : 2015.11.03
php.shukuma.com검색:
|
mb_detect_encoding(PHP 4 >= 4.0.6, PHP 5) mb_detect_encoding — Detect character encoding 설명
string mb_detect_encoding
( string
$str
[, mixed $encoding_list = mb_detect_order()
[, bool $strict = false
]] )
Detects character encoding in string 인수
반환값
The detected character encoding or 예제
Example #1 mb_detect_encoding() example
<?php |