PHP » GoLang |
login |
register |
about
|
mb_strripos(PHP 5 >= 5.2.0, PHP 7) mb_strripos — Finds position of last occurrence of a string within another, case insensitive Description
int mb_strripos
( string
$haystack
, string $needle
[, int $offset = 0
[, string $encoding = mb_internal_encoding()
]] )
mb_strripos() performs multi-byte safe
strripos() operation based on
number of characters. Parameters
Return Values
Return the numeric position of
the last occurrence of See Also
|
more
Recently updated
more
Most requested
more
Last requests
|