mb_regex_encoding

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

mb_regex_encodingSet/Get character encoding for multibyte regex

說明

mb_regex_encoding(?string $encoding = null): string|bool

Set/Get character encoding for a multibyte regex.

參數(shù)

encoding

encoding 參數(shù)為字符編碼。如果省略或是 null,則使用內部字符編碼。

更新日志

版本 說明
8.0.0 現(xiàn)在 encoding 可以為 null。

參見