iconv_strrposFinds the last occurrence of a needle within a haystack Description
intfalse iconv_strrpos(string
$haystack , string $needle , stringnull $encoding = null )
Finds the last occurrence of a
In contrast to strrpos, the return value of
iconv_strrpos is the number of characters that
appear before the needle, rather than the offset in bytes to the
position where the needle has been found. The characters are counted
on the basis of the specified character set Parameters
If Return Values
Returns the numeric position of the last occurrence of
If Warning
This function may
return Boolean Changelog
See Also
|