|
strrchrFind the last occurrence of a character in a string Description
string strrchr
( string
$haystack
, mixed $needle
)
This function returns the portion of Parameters
Return Values
This function returns the portion of string, or Changelog
Examples
Example #1 strrchr example
<?php Notes
See Also
|