mb_regex_encoding

(PHP 4 >= 4.2.0, PHP 5, PHP 7)

mb_regex_encodingSet/Get character encoding for multibyte regex

说明

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

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.

参见

相关文章
php frontbase 函数 change input/output character setphp maxdb 函数 returns the default character set for the database connectionphp 多字节字符串 函数 get a specific characterphp 多字节字符串 函数 encode character to html numeric string referencephp 多字节字符串 函数 get aliases of a known encoding typephp 多字节字符串 函数 regular expression match for multibyte stringphp 多字节字符串 函数 perform a regular expression search and replace with multibyte support using a callbackphp 多字节字符串 函数 replace regular expression with multibyte supportphp 多字节字符串 函数 retrieve the result from the last multibyte regular expression matchphp 多字节字符串 函数 setup string and regular expression for a multibyte regular expression matchphp 多字节字符串 函数 returns position and length of a matched part of the multibyte regular expression for a predefined multibyte stringphp 多字节字符串 函数 returns the matched part of a multibyte regular expressionphp 多字节字符串 函数 set start point of next regular expression matchphp 多字节字符串 函数 multibyte regular expression match for predefined multibyte stringphp 多字节字符串 函数 regular expression match with multibyte supportphp 多字节字符串 函数 replace regular expression with multibyte support ignoring casephp 多字节字符串 函数 regular expression match ignoring case with multibyte supportphp 多字节字符串 函数 get code point of characterphp 多字节字符串 函数 set/get character encoding for multibyte regexphp 多字节字符串 函数 set/get the default options for mbregex functions
关注编程学问公众号