mb_regex_set_options
(PHP 4 >= 4.3.0, PHP 5)
mb_regex_set_options — Set/Get the default options for mbregex functions
Descripción
string mb_regex_set_options
([ string $options
] )
Sets the default options described by options for multibyte regex functions.
Lista de parámetros
- options
-
The options to set.
Valores retornados
The previous options. If options is omitted, it returns the string that describes the current options.
mb_regex_set_options
There are no user contributed notes for this page.
