(No version information available, might be only in CVS)
grapheme_stristr — Returns part of haystack string from the first occurrence of case-insensitive needle to the end of haystack.
Procedural style
Returns part of haystack string from the first occurrence of case-insensitive needle to the end of haystack. haystack before the first occurence of the needle.
The input string.
The string to look for.
If TRUE (the default is FALSE), grapheme_strstr() returns the part of the
Returns the portion of string, or FALSE if needle is not found.
Example #1 grapheme_stristr() example
< ?php
TODO
?>
The above example will output:
TODO
TODO