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