str_split() 函数将字符串拆分为数组。
str_split(
string,length)
Parameter | Description |
---|---|
string | Required. Specifies the string to split |
length | Optional. Specifies the length of each array element. Default is 1 |
返回值: | 如果 length 小于 1,str_split() 函数将返回 FALSE。 如果长度大于字符串的长度,则整个字符串将作为数组的唯一元素返回。 |
---|---|
PHP 版本: | 5+ |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!