update : 2015.11.03
php.shukuma.com검색:
|
mb_stripos(PHP 5 >= 5.2.0) mb_stripos — Finds position of first occurrence of a string within another, case insensitive 설명
int mb_stripos
( string
$haystack
, string $needle
[, int $offset = 0
[, string $encoding = mb_internal_encoding()
]] )
mb_stripos() returns the numeric position of
the first occurrence of 인수
반환값
Return the numeric position of the first occurrence of
참고
|