$haystack
, string $needle
[, int $offset
= 0
] )
Find the numeric position of the first occurrence of
needle
in the haystack
string.
Unlike the strpos(), stripos() is case-insensitive.