stripos
function call:
string stripos( string $haystack, mixed $needle [, int $offset] )
description:
Returns the numeric position of the first occurrence of $needle in the $haystack string. Unlike strpos(), stripos() is case-insensitive.
test stripos online:
string stripos( string $haystack, mixed $needle [, int $offset] )
description:
Returns the numeric position of the first occurrence of $needle in the $haystack string. Unlike strpos(), stripos() is case-insensitive.
test stripos online: