php8.5
Home/ Manual/ mbstring / functions/ mb_regex_encoding

mb_regex_encoding

PHP function Edit on GitHub ✎

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

Set/Get character encoding for multibyte regex

Description

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

Set/Get character encoding for a multibyte regex.

Parameters

encoding

Parameter

Return Values

If encoding is set, then Success 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.

Changelog

VersionDescription

See Also

Source: reference/mbstring/functions/mb-regex-encoding.xml · from the official PHP manual (php/doc-en)