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