mb_stristr

Example

 string mb_stristr ( string $haystack , string $needle [, bool $before_needle = false [, string $encoding ]] ) 

Description

Finds first occurrence of a string within another, case insensitive

Return Values

Returns the portion of haystack, or FALSE if needle is not found.