| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
mb_eregi(PHP 4 >= 4.2.0, PHP 5, PHP 7) 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. パラメータ
返り値
Returns the byte length of the matched string if a match for
If the optional parameter 変更履歴
注意
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「mb_eregi - Regular expression match ignoring case with multibyte support」をGoogle検索
|