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