|
grapheme_stristr(PHP 5 >= 5.3.0, PECL intl >= 1.0.0) grapheme_stristr — Returns part of haystack string from the first occurrence of case-insensitive needle to the end of haystack. ОписаниеПроцедурный стиль
string grapheme_stristr
( string $haystack
, string $needle
[, bool $before_needle = false
] )
Returns part of haystack string from the first occurrence of case-insensitive needle to the end of haystack. Список параметров
Возвращаемые значенияReturns the portion of $haystack, or FALSE if $needle is not found. ПримерыПример #1 grapheme_stristr() example
<?php Результат выполнения данного примера: o%CC%88a%CC%8A Смотрите также
|
|