(PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8)
mb_split — 使用正则表达式分割多字节字符串
$pattern
$string
$limit
使用正则表达式 pattern 分割多字节 string 并返回结果 array。
pattern
string
正则表达式。
待分割的 string。
limit
结果为 array, 或者在失败时返回 false。
false
注意: The character encoding specified by mb_regex_encoding() will be used as the character encoding for this function by default.
注意:
The character encoding specified by mb_regex_encoding() will be used as the character encoding for this function by default.