mb_regex_set_options
(PHP 4 >= 4.3.0, PHP 5)
mb_regex_set_options — マルチバイト正規表現関数のデフォルトオプションを取得または設定する
説明
string mb_regex_set_options
([ string $options
] )
options で表されるオプションを、 マルチバイト対応の正規表現関数のデフォルトに設定します。
パラメータ
- options
-
設定するオプション。
返り値
以前設定されていたオプション文字列を返します。もし options が省略されていた場合、 現在のデフォルトのオプションを返します。
mb_regex_set_options
There are no user contributed notes for this page.
