grapheme_strpos
(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.
Список параметров
- haystack
-
The string to look in
- needle
-
The string to look for
- offset
-
The optional offset parameter allows you to specify
Возвращаемые значения
Returns the position as an integer. If needle is not found, strpos() will return boolean FALSE.
Примеры
Пример #1 grapheme_strpos() example
< ?php
TODO
?>
Результат выполнения данного примера:
TODO
Смотрите также
TODO
Коментарии
404 Not Found