Multibyte String Функции
PHP Manual

mb_regex_set_options

(PHP 4 >= 4.3.0, PHP 5)

mb_regex_set_optionsSet/Get the default options for mbregex functions

Описание

string mb_regex_set_options ([ string $options = "msr" ] )

Sets the default options described by options for multibyte regex functions.

Параметри

options

The options to set.

Връщани стойности

The previous options. If options is omitted, it returns the string that describes the current options.

Вж. също


Multibyte String Функции
PHP Manual