(PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8)
mb_regex_encoding — Set/Get character encoding for multibyte regex
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.