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.