PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

mb_ereg_replace> <mb_encode_numericentity
Last updated: Fri, 04 Jul 2008

view this page in

mb_ereg_match

(PHP 4 >= 4.2.0, PHP 5)

mb_ereg_match — マルチバイト文字列が正規表現に一致するか調べる

説明

bool mb_ereg_match ( string $pattern , string $string [, string $option ] )

マルチバイト文字列に対する正規表現マッチングを行います。

パラメータ

pattern

正規表現パターン。

string

評価する文字列。

option

返り値

string が正規表現 pattern に一致する場合にTRUE 、 そうでない場合に FALSE を返します。

注意

注意: 内部エンコーディングあるいは mb_regex_encoding() で指定した文字エンコーディングを、 この関数の文字エンコーディングとして使用します。



add a note add a note User Contributed Notes
mb_ereg_match
There are no user contributed notes for this page.

mb_ereg_replace> <mb_encode_numericentity
Last updated: Fri, 04 Jul 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites