|
grapheme_strpos(PHP 5 >= 5.3.0, PECL intl >= 1.0.0) grapheme_strpos — Find position (in grapheme units) of first occurrence of a string ОписаниеПроцедурный стиль
int grapheme_strpos
( string $haystack
, string $needle
[, int $offset = 0
] )
Find position (in grapheme units) of first occurrence of a string Список параметров
Возвращаемые значенияReturns the position as an integer. If needle is not found, strpos() will return boolean FALSE. ПримерыПример #1 grapheme_strpos() example
<?php Результат выполнения данного примера: 2 Смотрите также
|
|