PHP Manual
strrchr
Description
string strrchr ( string haystack, string needle )
This function returns the portion of haystack which
starts at the last occurrence of needle and goes
until the end of haystack.
Parameters
haystackneedleIf
needlecontains more than one character, only the first is used. This behavior is different from that of strchr().If
needleis not a string, it is converted to an integer and applied as the ordinal value of a character.
Support PHPRO.ORG
Search
PHPRO.ORG Poll
Warning: Participation in PHPRO.ORG polls may incorrectly lead you to believe your opinions matter.

RSS Feed




