spliti
用正则表达式不区分大小写将字符串分割到数组中
(
PHP 4 >= 4.0.1, PHP 5
)
array
spliti
(
string
pattern
,
string
string
[,
int
limit
] )
说明
本函数和
split()
相同,只除了在匹配字母字符时忽略大小写的区别。
参见
preg_spliti()
,
split()
,
explode()
和
implode()
。
<< split
Main
:
函数参考
:
POSIX 扩展正则表达式函数
: spliti
sql_regcase >>
This page online
Report a bug