|
mb_striposFinds position of first occurrence of a string within another, case insensitive Description
int mb_stripos
( string
$haystack
, string $needle
[, int $offset = 0
[, string $encoding = mb_internal_encoding()
]] )
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
|