PHP mb_stripos() Function
The mb_stripos() function is an inbuilt case-insensitive function that finds the first occurrence of a substring in the string. Syntax: int|false mb_stripos( string $haystack, string $needle, int $offset , ?string $encoding);Parameters: This function accepts 4 parameters that are described below. $h