Query: mb_ereg
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MB_EREG(3) 1 MB_EREG(3) mb_ereg - Regular expression match with multibyte supportSYNOPSISint mb_ereg (string $pattern, string $string, [array $regs])DESCRIPTIONExecutes the regular expression match with multibyte support.PARAMETERSo $pattern - The search pattern. o $string - The search string. o $regs - Contains a substring of the matched string.RETURN VALUESExecutes the regular expression match with multibyte support, and returns 1 if matches are found. If the optional $regs parameter was specified, the function returns the byte length of matched part, and the array$regs will contain the substring of matched string. The func- tion returns 1 if it matches with the empty string. If no matches are found or an error happens, FALSE will be returned.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_eregi(3). PHP Documentation Group MB_EREG(3)
Related Man Pages |
---|
ereg(3) - php |
preg_match(3) - php |
mb_ereg_search_getpos(3) - php |
mb_eregi_replace(3) - php |
mb_regex_set_options(3) - php |
Similar Topics in the Unix Linux Community |
---|
Access denied for user at localhost |