PHP strrchr() May 23, 2012 Pramod T P It finds the last occurrence of a character in a string Example <?php echo strrchr(“phpcodeccr”,”co”); ?> Output cr