(PHP 4 >= 4.2.0, PHP 5, PHP 7)
mb_regex_encoding — Set/Get character encoding for multibyte regex
Set/Get character encoding for a multibyte regex.
encodingencoding
인수는 문자 인코딩입니다. 생략하면, 내부 문자 인코딩값을 사용합니다.
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. |