update : 2015.11.03
php.shukuma.com검색:
|
mb_strrpos(PHP 4 >= 4.0.6, PHP 5) mb_strrpos — Find position of last occurrence of a string in a string 설명
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. 인수
반환값
Returns the numeric position of
the last occurrence of 변경점
주의
참고
|