intl Functions
PHP Manual

grapheme_strstr

(No version information available, might be only in CVS)

grapheme_strstr — Returns part of haystack string from the first occurrence of needle to the end of haystack.

Description

Procedural style

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

Returns part of haystack string from the first occurrence of 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_strstr() example

< ?php
TODO
?>

The above example will output:

         
TODO

See Also

TODO


intl Functions
PHP Manual