[PHP] 문자 내용이 euc-kr 인지 체크
$enc = mb_detect_encoding($msg, array('EUC-KR', 'UTF-8'));
echo $enc; // EUC-KR