update : 2015.11.03
php.shukuma.com검색:
|
mb_stristr(PHP 5 >= 5.2.0) mb_stristr — Finds first occurrence of a string within another, case insensitive 설명
string mb_stristr
( string
$haystack
, string $needle
[, bool $before_needle = false
[, string $encoding = mb_internal_encoding()
]] )
mb_stristr() finds the first occurrence of
인수
반환값
Returns the portion of 참고
|