PHP » PYTHON |
login |
register |
about
|
|
empty
strrchr(PHP 4, PHP 5) strrchr — Find the last occurrence of a character in a string DescriptionThis function returns the portion of haystack which starts at the last occurrence of needle and goes until the end of haystack . Parameters
Return ValuesThis function returns the portion of string, or FALSE if needle is not found. Changelog
Examples
Example #1 strrchr() example
<?php
Notes
|
more
Recently updated
more
Most requested
|