View Single Post
Old 02-17-2005, 02:09 AM   #10
syrix
Green Mole
 
Join Date: Jan 2005
Posts: 5
http://php3.de/manual/de/function.mb-eregi.php

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.
syrix is offline   Reply With Quote