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