(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0)
Returns part of haystack string from the first occurrence of case-insensitive needle to the end of haystack.
string grapheme_stristr ( string $haystack, string $needle [, bool $before_needle = false ] )
Procedural style
Returns part of haystack string starting from and including the first occurrence of case-insensitive needle to the end of haystack.
Paramete