|
mb_striposFinds position of first occurrence of a string within another, case insensitive Description
intfalse mb_stripos(
string $haystack ,string $needle ,int $offset = 0,stringnull $encoding = null )
mb_stripos returns the numeric position of
the first occurrence of Parameters
Return Values
Return the numeric position of the first occurrence of
Changelog
See Also
|