strrchr

Definition

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.

[More at php.net]

Parameters



loading


Share/bookmark - strrchr


Global comments