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