mb_strrchr

Example

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

Description

Finds the last occurrence of a character in a string within another

Return Values

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