string mb_stristr ( string $haystack , string $needle [, bool $before_needle = false [, string $encoding ]] )
Finds first occurrence of a string within another, case insensitive
Returns the portion of haystack, or FALSE if needle is not found.