mb_strrichr

Example

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

Description

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

Return Values

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