mb_stristr

 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.