mb_strrichr

 string mb_strrichr ( string $haystack , string $needle [, bool $part = false [, string $encoding ]] ) 

説明

Finds the last occurrence of a character in a string within another, case insensitive

戻り値

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