update : 2015.11.03
php.shukuma.com

검색:
 
 
Set/Get character encoding for multibyte regex

mb_regex_encoding

(PHP 4 >= 4.2.0, PHP 5)

mb_regex_encodingSet/Get character encoding for multibyte regex

설명

mixed mb_regex_encoding ([ string $encoding = mb_regex_encoding() ] )

Set/Get character encoding for a multibyte regex.

인수

encoding

encoding 인수는 문자 인코딩입니다. 생략하면, 내부 문자 인코딩값을 사용합니다.

반환값

If encoding is set, then 성공 시 TRUE를, 실패 시 FALSE를 반환합니다. In this case, the internal character encoding is NOT changed. If encoding is omitted, then the current character encoding name for a multibyte regex is returned.

변경점

버전 설명
5.6.0 Default encoding is changed to UTF-8. It was EUC-JP Previously.

참고