update : 2015.11.03
php.shukuma.com검색:
|
mb_detect_order(PHP 4 >= 4.0.6, PHP 5) mb_detect_order — Set/Get character encoding detection order 설명
Sets the automatic character
encoding detection order to 인수
반환값
성공 시 예제
Example #1 mb_detect_order() examples
<?php
Example #2 Example showing useless detect orders ; Always detect as ISO-8859-1 detect_order = ISO-8859-1, UTF-8 ; Always detect as UTF-8, since ASCII/UTF-7 values are ; valid for UTF-8 detect_order = UTF-8, ASCII, UTF-7 참고
|