(No version information available, might be only in CVS)
grapheme_strpos — Find position (in grapheme units) of first occurrence of a string
Procedural style
Find position (in grapheme units) of first occurrence of a string which character in haystack to start searching. The position returned is still relative to the beginning of haystack.
The string to look in
The string to look for
The optional offset parameter allows you to specify
Returns the position as an integer. If needle is not found, strpos() will return boolean FALSE.
Example #1 grapheme_strpos() example
< ?php
TODO
?>
The above example will output:
TODO
TODO