Query: mb_ereg_search
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MB_EREG_SEARCH(3) 1 MB_EREG_SEARCH(3) mb_ereg_search - Multibyte regular expression match for predefined multibyte stringSYNOPSISbool mb_ereg_search ([string $pattern], [string $option = "ms"])DESCRIPTIONPerforms a multibyte regular expression match for a predefined multibyte string.PARAMETERSo $pattern - The search pattern. o $option - The search option.RETURN VALUESmb_ereg_search(3) returns TRUE if the multibyte string matches with the regular expression, or FALSE otherwise. The string for matching is set by mb_ereg_search_init(3). If $pattern is not specified, the previous one is used.NOTESNote The internal encoding or the character encoding specified by mb_regex_encoding(3) will be used as the character encoding for this function.SEE ALSOmb_regex_encoding(3), mb_ereg_search_init(3). PHP Documentation Group MB_EREG_SEARCH(3)