strrchr

Example

 string strrchr ( string $haystack , mixed $needle ) 

Description

This function returns the portion of haystack which starts at the last occurrence of needle and goes until the end of haystack.

Return Values

This function returns the portion of string, or FALSE if needle is not found.