diff --git a/reference/mbstring/functions/mb-regex-set-options.xml b/reference/mbstring/functions/mb-regex-set-options.xml new file mode 100644 index 0000000000..d0e9b2544e --- /dev/null +++ b/reference/mbstring/functions/mb-regex-set-options.xml @@ -0,0 +1,61 @@ + + + + + + mb_regex_set_options + + Set/Get the default options for mbregex functions + + + + Description + + stringmb_regex_set_options + + stringoptions + + + &warn.experimental.func; + + mb_regex_set_options sets the default options + described by options for multibyte regex functions. + + + Returns the previous options for multibyte regex functions if the + optional parameter options is specified. + If the options is omitted, it returns the string that describes + the current options. + + + + This function is supported in PHP 4.3.0 or higher. + + + + See also: mb_split, mb_ereg + mb_eregi + + + + +