PHP » GoLang |
login |
register |
about
|
mb_strrpos(PHP 4 >= 4.0.6, PHP 5, PHP 7) mb_strrpos — Find position of last occurrence of a string in a string Description
int mb_strrpos
( string
$haystack
, string $needle
[, int $offset = 0
[, string $encoding = mb_internal_encoding()
]] )
Performs a multibyte safe
strrpos() operation based on the
number of characters. Parameters
Return Values
Returns the numeric position of
the last occurrence of Changelog
Notes
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|