intl Functions
PHP Manual

grapheme_stristr

(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.

Description

Procedural style

string grapheme_stristr ( string $haystack , string $needle [, boolean $before_needle ] )

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.

Parameters

haystack

The input string.

needle

The string to look for.

before_needle

If TRUE (the default is FALSE), grapheme_strstr() returns the part of the

Return Values

Returns the portion of string, or FALSE if needle is not found.

Examples

Example #1 grapheme_stristr() example

< ?php
TODO
?>

The above example will output:

         
TODO

See Also

TODO


intl Functions
PHP Manual