close

<?php

$mixed = mb_regex_encoding(
"UTF-8"
? // [string $encoding]
);

$i_bool = mb_ereg_search_init(
"Peter is a boy."
, // string $i_string
// [string $i_pattern]
);

$array = mb_ereg_search_regs (
"[ei]"
, // [string $pattern]
// [string $option = "ms"]
);
?>


Result
$mixed = true
$i_bool = true
$array = [
0 => 'e',
]

arrow
arrow
    全站熱搜

    stockwfj3 發表在 痞客邦 留言(0) 人氣()