update : 2015.11.03
php.shukuma.com검색:
|
mb_eregi(PHP 4 >= 4.2.0, PHP 5) mb_eregi — Regular expression match ignoring case with multibyte support 설명
int mb_eregi
( string
$pattern
, string $string
[, array $regs
] )Executes the case insensitive regular expression match with multibyte support. 인수
반환값
Executes the regular expression
match with multibyte support, and returns 1 if matches are found.
If the optional 주의
참고
|