PHP.nl

mb_regex_set_options

mb_regex_set_options

Set/Get the default options for mbregex functions

string **mb_regex_set_options**  $options

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

optionsThe options to set. This is a string where each character is an option. To set a mode, the mode character must be the last one set, however there can only be set one mode but multiple options.

Opmerking: > The option has no effect when set through . Use it with or . "e"``mb_regex_set_options``mb_ereg_replace``mb_eregi_replace

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

mb_split``mb_ereg``mb_eregi