|
mb_strriposFinds position of last occurrence of a string within another, case insensitive Description
intfalse mb_strripos(
string $haystack ,string $needle ,int $offset = 0,stringnull $encoding = null )
mb_strripos performs multi-byte safe
strripos operation based on
number of characters. Parameters
Return Values
Return the numeric position of
the last occurrence of Changelog
See Also
|