close
<?php
$mixed = mb_regex_encoding(
"UTF-8"
? // [string $encoding]
);
$bool = mb_ereg_search_init (
"Peter is a boy."
, // string $string
"[i"
, // [string $pattern]
// [string $option = "msr"]
);
?>
結果
$mixed = true
$bool = false
全站熱搜