mb_strrpos

Example

 int mb_strrpos ( string $haystack , string $needle [, int $offset = 0 [, string $encoding ]] ) 

Description

Find position of last occurrence of a string in a string

Return Values

Returns the numeric position of the last occurrence of needle in the haystack string. If needle is not found, it returns FALSE.