Manuál PHP | ||
---|---|---|
Předcházející | Další |
(no version information, might be only in CVS)
mb_regex_set_options -- Set/Get the default options for mbregex functionsVarování |
Tato funkce je EXPERIMENTÁLNÍ. Chování této funkce, její název a všechno ostatní, co je zde zdokumentováno, se v budoucích verzích PHP může BEZ OHLÁŠENÍ změnit. Berte to v úvahu a používejte tuto funkci na vlastní nebezpečí. |
mb_regex_set_options() sets the default options described by options for multibyte regex functions.
Returns the previous options. If options is omitted, it returns the string that describes the current options.
Poznámka: This function is supported in PHP 4.3.0 or higher.
See also: mb_split(), mb_ereg() mb_eregi()
Předcházející | Domů | Další |
mb_regex_encoding | Nahoru | mb_send_mail |