PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

mb_get_info> <mb_eregi_replace
Last updated: Mon, 26 Nov 2007

view this page in

mb_eregi

(PHP 4 >= 4.2.0, PHP 5)

mb_eregi — Regular expression match ignoring case with multibyte support

说明

int mb_eregi ( string $pattern , string $string [, array $regs ] )

mb_eregi() executes the regular expression match with multibyte support, and returns 1 if matches are found. This function ignore case. If the optional third parameter was specified, the function returns the byte length of matched part, and the array regs will contain the substring of matched string. The functions returns 1 if it matches with the empty string. If no matches found or error happend, FALSE will be returned.

The internal encoding or the character encoding specified in mb_regex_encoding() will be used as character encoding.

See also: mb_regex_encoding(), mb_ereg().



add a note add a note User Contributed Notes
mb_eregi
steve at brainwashstudios dot com
10-Apr-2003 10:52
When this function is perfected, and is not experimental, it may be very usefull in the searching and pinpointing of places inside large text files.

mb_get_info> <mb_eregi_replace
Last updated: Mon, 26 Nov 2007
 
 
show source | credits | sitemap | contact | advertising | mirror sites