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.
Описание
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.
Список параметров
- 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
Возвращаемые значения
Returns the portion of string, or FALSE if needle is not found.
Примеры
Пример #1 grapheme_stristr() example
< ?php
TODO
?>
Результат выполнения данного примера:
TODO
Смотрите также
TODO
Коментарии
404 Not Found