Set/Get character encoding for multibyte regex

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.

參數

encoding

encoding 參數為字元編碼。如果省略或是 null,則使用內部字元編碼。

返回值

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.

更新日誌

版本 說明
8.0.0 現在 encoding 可以為 null。

參見

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *