grapheme_strriposFind position (in grapheme units) of last occurrence of a case-insensitive string BeschreibungProzeduraler Stil
int grapheme_strripos
( string
$haystack
, string $needle
[, int $offset = 0
] )Find position (in grapheme units) of last occurrence of a case-insensitive string Parameter-Liste
RückgabewerteReturns the position as an integer. If needle is not found, grapheme_strripos() will return boolean FALSE. BeispieleBeispiel #1 grapheme_strripos example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: 2 Siehe auch
|